MySQL中,查找数据科学18001和数据科学18002班的学生,正确的SQL语句是()。
(A)select * from student where class='数据科学18001' || class='数据科学18002‘;
(B)select * from student where class='数据科学18001' | class='数据科学18002‘;
(C)select * from student where class='数据科学18001' and class='数据科学18002‘;
(D)select * from student where class='数据科学18001' or class='数据科学18002‘;
参考答案
继续答题:下一题