数据库sql查询语句练习

1.上述表的建表语句   2.给出相应的INSRET语句完成题中给出数据的插入 3.以class降序输出student的所有记录(student表全部属性) 命令:select * from student order by class desc;   4.列出教师所在的单位depart(不重复)。 命令: select distinct depart from teacher;   5.列出st
相关文章
相关标签/搜索