码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2015-10-28 10:44:12      阅读:237      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!