用SQL语句完成下列操作:

[复制链接]
查看11 | 回复1 | 2011-11-5 17:35:42 | 显示全部楼层 |阅读模式
2、create table xs(xh int(11) not null Primary,其他字段最后一个不加逗号);3、select * from xs where zy="计算机" order by xh desc4、你只提到了学生表;我可以告诉你sql怎么写 select * from 表1 a,表2 b,表3 c where a.Ccredit=5 and b.Grade>60 5、insert into 表(学号,课程号,成绩) values(200901001,102,88) 6、delete from 表 where xh=200901001...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行