说明: --1、 查询Student表中的所有记录的Sname、Ssex和Class列。 select sname ,ssex,class from student; --2、 查询教师所有的单位即不重复的Depart列。 select distinct depart from teacher; --3、 查询Student表的所有记录。 select * from student; --4、 查询Score表中成绩在60到80之间的所有记录。 select * from score where de
<qq_38735996> 在 上传 | 大小:10240