摘要:
学生选课数据库SQL语句45道练习题: 一、 设有一数据库,包括四个表:学生表(Student)、课程表(Course)、成绩表(Score)以及教师信息表(Teacher)。四个表的结构分别如表1-1的表(一)~表(四)所示,数据如表1-2的表(一)~表(四)所示。用SQL语句创建四个表并完成相关 阅读全文
摘要:
上午: (7)范围查询 select * from car where price>40 and price<60 select * from car where price between 40 and 60 (8)离散查询 select * from car where price=30 or 阅读全文