多选题 : 查询除了计算机18001班之外的所有学生信息,正确的SQL语句是()。
(A)select*fromstudentwherenotclass='计算机18001'
(B)select*fromstudentwhereclass'计算机18001'
(C)select*fromstudentwhereclass!='计算机18001'
(D)select*fromstudentwherenotclassis'计算机18001'
参考答案
继续答题:下一题
(A)select*fromstudentwherenotclass='计算机18001'
(B)select*fromstudentwhereclass'计算机18001'
(C)select*fromstudentwhereclass!='计算机18001'
(D)select*fromstudentwherenotclassis'计算机18001'