(1) 验证在1000万个以上记录时在索引和不索引时的查询时间区别。
(2) 查询2011年进校年龄大于20岁的男学生的学号与姓名。
select xh,xm from s
where xh like'11__'
and csrq<'1991-09-01' and xb='男';
(3) 检索刘晓明不学的课程的课程号。
select kh from c
where not exists
(select * from e, s where xm = '刘晓明' and e