A-A+
如果要在数据库的Student表中查找学号(Sno)为9527学生的所有数据 以下SQL语句
问题详情
如果要在数据库的Student表中查找学号(Sno)为9527学生的所有数据,以下SQL语句()正确的是。
A、SelectSnofromStudentwhereSno=9527
B、Select*fromStudentwhereSno=9527
C、SelectfromStudentwhereSno=9527
D、Select*fromSnowhereSno=9527
参考答案
参考答案:B