A-A+

如果要在数据库的Student表中查找学号(Sno)为9527学生的所有数据 以下SQL语句

2022-08-14 07:04:17 问答库 阅读 201 次

问题详情

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

参考答案

参考答案:B

考点:学号,语句