摘要: 使用大学模式,用SQL写出如下查询 a.找出Comp. Sci. 系开设的且有3个学分的课程名称。 select title from course where dept_name = 'Comp. Sci.' and credits=3; 结果如上 b.找出名叫Einstein的教师所教的所有学生 阅读全文
posted @ 2020-12-31 21:50 Axyuan 阅读(304) 评论(0) 推荐(0)