某学生管理系统的数据库包含如下关系表: Student(Sno,Name,Gender,Class,Major,Dno); Student为学生表,分别表示(学号、姓名、性别、班级、专业、系号) Course(Cno,Subj ect,Credit,Tim

admin2017-10-25  31

问题 某学生管理系统的数据库包含如下关系表:
Student(Sno,Name,Gender,Class,Major,Dno);
Student为学生表,分别表示(学号、姓名、性别、班级、专业、系号)
Course(Cno,Subj ect,Credit,Time);
Course为课程表,分别表示(课程号,课程名,学分,学时)
Study(Sno,Cno,Score);Study为选课表,分别表示(学生号,课程号,成绩)
Dept(Dno,Dname,Tele);
Dept为系表,分别表示(系号,系名,电话)
实现下列操作:
使用关系代数查询与“王晓”在同一个班级的学生的学号、姓名、性别。

选项

答案π1,2,34=10’8 ="王晓"(Student×Student))或π7,8,94=10’2 ="王晓"(Student×Student))

解析
转载请注明原文地址:https://kaotiyun.com/show/nAkx777K
0

最新回复(0)