版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、实验一 数据库查询课程名称:数据库原理实验实验类型:验证型实验名称数据库查询学时4学时实验目的:使学生掌握sql server query analyzer的使用方法,加深对sql和t-sql语言的查询语句的理解。熟练掌握表的基本查询,连接查询和嵌套查询,以及掌握数据排序和数据分组的操作方法。实验原理:select all|distinct , from , where group by having order by asc|desc;实验方法:将查询需求用t-sql语言表示;在sql server query analyzer的输入区中输入t-sql查询语句;设置 query analyz
2、er的结果区为standard execute(标准执行)或execute to grid(网格执行)方式;发布执行命令,并在结果区中查看查询结果;如果结果不正确,要进行修改,直到正确为止。实验内容:1. 分别用带distinct和不带distinct关键字的selelct在student中进行查询.带distinct:select class_id from student不带distinct:select distinct class_id from student2. 将teacher表中各教师的姓名、教工号及工资按95发放的信息,并将工资按95发放后的列名改为预发工资select te
3、acher_id,teacher_name,salary*0.95 as 预发工资from teacher3. 查询course表中所有学分大于2并且成绩不及格的学生的信息.select distinct student.* from student,course,sc where student.student_id=sc.student_id and sc.course_id=course.course_id and course.credit2 and sc.grade80in:select * from student where student_id in( select stude
4、nt_id from sc where course_id=dep04_s001 and grade80) exists:select * from student where exists( select student_id from sc where student.student_id=sc.student_id and course_id=dep04_s001 and grade80)10. 查询所有上计算机基础课程的学生的学号、选修课程号以及分数(分别用连接,in和exists实现)连接:select sc.* from sc,course where course.course_
5、name=计算机基础 and course.course_id=sc.course_idin:select student_id,course_id,grade from sc where course_id in( select course_id from course where course_name=计算机基础)exists:select student_id,course_id,grade from sc where exists( select * from course where course_id=sc.course_id and course_name=计算机基础)11.
6、 查询选修了课程名为“数据库基础”的学生学号和姓名(分别用连接,in和exists实现)连接:select student.student_id,student.student_name from sc,student,course where course.course_name=数据库开发技术 and sc.student_id=student.student_id and course.course_id=sc.course_idin:select student_id,student_name from student where student_id in( select stude
7、nt_id from sc where course_id=( select course_id from course where course_name=数据库开发技术 ) )exists:select student_id,student_name from student where exists( select * from sc where sc.student_id=student.student_id and sc.course_id=( select course_id from course where course_name=数据库开发技术 )12. 查询所有计算机系学生
8、的学号、选修课程号以及分数(分别用连接,in和exists实现)连接:select sc.* from sc,department,student where department.department_name=计算机科学 and department.department_id=student.department_id and sc.student_id=student.student_idin:select* from sc where student_id in( select student_id from student where department_id=( select
9、department_id from department where department_name=计算机科学)exists:select* from sc where exists ( select * from student where student.student_id =sc.student_id and student.department_id=( select department_id from department where department_name=计算机科)13查询每个dep_04系学生的总成绩、平均成绩, 仅显示平均成绩及格的学生的记录。select s
10、tudent.student_name ,sum(grade) as 总成绩,avg(grade) as 平均成绩 from sc, student,department where sc.student_id=student.student_id and student.department_id=department.department_id and department.department_id=dep_04 group by student.student_id,student_name having avg(grade)6014查询“数据库开发技术”的平均成绩select avg
11、(grade) as 数据库开发平均成绩 from sc where course_id in( select course_id from course where course_name=数据库开发技术)15按职称查询教师的平均工资,并按总工资降序排列select profession,avg(salary) as 平均工资,sum(salary) as 总工资 from teacher group by profession order by sum(salary) desc附录1:教务管理数据库jwgl结构student表结构列名称数据类型长度允许空值说明student_idchar8
12、否学生学号student_namevarchar8否学生姓名sexbit1否性别ageint4否年龄class_id char6否班级号department_idchar6否系编号addressvarchar50否家庭住址course表字段名称数据类型长度允许空说明course_idchar10否课程号course_namevarchar20否课程名称book_idchar15否书标识sc表字段名称数据类型长度允许空说明course_idchar10否课程号student_idvarchar8否学生号gradetinyint否成绩credittinyint否学分teacher表字段名称数据类型
13、长度允许空说明teacher_idchar9否教师编号teacher_namenvarchar8否教师姓名department_idchar6否所在系号professionnvarchar16职称sexbit否性别phonenvarchar15是电话adressnchar40是住址salarynumeric7.2是工资birthsmalldatetime否出生日期postalcodenumeric6,0是邮编book表字段名称数据类型长度允许空说明book_idchar13否书号book_namevarchar30否书名publish_companyvarchar50否出版社authornvarchar8是作者pricenumeric
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年度肉牛产业链绿色低碳发展项目买卖合同3篇
- Unit 1 Science and Scientists Discovering Useful Structures(说课稿+学案) 高中英语同步备课系列人教版2019选择性必修第二册
- 第五单元第二课《说说电话》(说课稿)-2023-2024学年三年级下册综合实践活动广州版
- 人教版七年级历史与社会下册:6.2.1 水乡孕育的城镇说课稿
- 26手术台就是阵地说课稿-2024-2025学年三年级上册语文统编版
- 全国川教版信息技术八年级下册第三单元第1节《数据与数据分析》说课稿
- 2025年投标保证金合同范本撰写与示范案例6篇
- 个性化离婚合同模板:双方协商一致版本版B版
- 二零二五年度地质灾害防治承包土石方运输合同3篇
- 专用汽车货物承运协议范本2024年版B版
- 2025寒假散学典礼(休业式)上校长精彩讲话:以董宇辉的创新、罗振宇的坚持、马龙的热爱启迪未来
- 2025年浙江中外运有限公司招聘笔试参考题库含答案解析
- 建筑公司2025年度工作总结和2025年工作安排计划
- 电压损失计算表
- 福建省福州市2023-2024学年高二上学期期末测试英语试卷(含答案)
- 脑疝病人的观察与护理
- 人民医院建设项目背景分析
- 初级会计实务题库(613道)
- 教育促进会会长总结发言稿
- 2024年高考地理时事热点:环保(附答案解析)
- 招标代理机构选取技术标投标方案(技术方案)
评论
0/150
提交评论