zhengwei1949 / myblog

个人博客
10 stars 6 forks source link

数据库课程练习 #142

Open zhengwei1949 opened 6 years ago

zhengwei1949 commented 6 years ago

练习SQL语句并理解其含义

创建数据库名字叫itcast,并在其中创建一个数据库表名字叫order(订单表),字段如下:

商品编号 商品名称 价格 商品分类 销量 是否包邮 图片地址
goods_id goods_name price cat_name sales is_post_free pic_path

说如如下的场景使用了CRUD中的哪一种

参考答案