SQL语句的试题
1.
select stuno,stuname from student where stuno = ' 0000001 '
2.课程申请人数是哪一栏?
3.
select couno,couname from couno not in(' 00 ',' 007 ',' 013 ')
4.
select * From Stuname不像' Liu% '的学生
5.课程的类别和申请人数是多少?
select stuno,stuname from student where stuno = ' 0000001 '
2.课程申请人数是哪一栏?
3.
select couno,couname from couno not in(' 00 ',' 007 ',' 013 ')
4.
select * From Stuname不像' Liu% '的学生
5.课程的类别和申请人数是多少?