4. 已知学生表包括学号,姓名,性别三个字段,学号为主键,若需查询所有男学生的所有信息,则下列查询语句正确的是( )
A.select * from 学生 where 性别='男'
B.select学号. 姓名, 性别 from 学生 where 性别='男'
C.select all from 学生 where 性别='男'
D.select all 学号. 姓名, 性别 from 学生 where 性别='男'
正确答案是ABD
4. 已知学生表包括学号,姓名,性别三个字段,学号为主键,若需查询所有男学生的所有信息,则下列查询语句正确的是( )
A.select * from 学生 where 性别='男'
B.select学号. 姓名, 性别 from 学生 where 性别='男'
C.select all from 学生 where 性别='男'
D.select all 学号. 姓名, 性别 from 学生 where 性别='男'
正确答案是ABD