首页 > 数据库技术 > 详细

学生选课数据库SQL语句练习题

时间:2015-10-28 10:43:01      阅读:294      评论:0      收藏:0      [点我收藏+]

1、
select Sname , Ssex  ,Class from t_hq_student;

技术分享

2、
select distinct Depart from t_hq_teacher;

技术分享

3、
select * from  t_hq_student;

技术分享

4、
select * from t_hq_Score where Degree between 60 and 80;

技术分享

5、
select * from t_hq_Score where Degree in(‘85‘,‘86‘,‘88‘);

技术分享

6、
select * from  t_hq_student where class = ‘95031‘ and Ssex = ‘女‘;

技术分享

7、

select * from t_hq_Student order by class desc;

技术分享

学生选课数据库SQL语句练习题

原文:http://www.cnblogs.com/chenning/p/4916546.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!