数据库创建表

J_O_U 21 0 RAR 2020-09-23 15:09:26

1.对表的结构进行修改: 例对表P 删除属性 WEIGHT use Mydata Go alter table p drop column WEIGHT 2.对表的数据进行修改: 删除一个元组: use Mydata Go delete S where SNO='S1'创建表修改表的代码

用户评论
请输入评论内容
评分:
暂无评论