摘要:
--32、查询所有“女”教师和“女”同学的name、sex和birthday. select sname, ssex, sbirthday from student where ssex = '女' union select tname, tsex,tbirthday from teacher where tsex = '女'; --33、查询成绩比该课程平均成绩低的同学的成绩表。 se... 阅读全文
posted @ 2016-10-18 09:06
HRZJ
阅读(362)
评论(0)
推荐(0)