求解数据库关系代数查询
发布网友
发布时间:2023-07-16 20:57
我来回答
共1个回答
热心网友
时间:2024-11-09 00:31
1.select 系别,年龄 from table where 学号 = '99011'
2.select 学生name, 课程名 from table where 成绩<60
3.select 学生名 from table where 课程名= '计算机' and 成绩<60
4select 成绩 from table where 学生名 = '数据库原理'