单选题
MySQL中,查询所有学生的SQL语句是()。
A
select all from student
B
select from student
C
select * from student
D
select all student
答案解析
正确答案:C
解析:
MySQL中,查询所有学生的SQL语句是()。
答案: C. select * from student
解析: 查询所有学生的SQL语句应该使用"SELECT * FROM student"。这个查询会选择student表中的所有列并返回所有学生的数据。
相关知识点:
查询全表用*选
题目纠错
网络技术考试题库
