从Student表检索姓周的学生,对应的SQL语句是( )。
举一反三
- 中国大学MOOC: 从Student表检索姓周的学生,对应的SQL语句是( )。
- 从Student表检索姓周的学生,对应的SQL语句是( )。 A: Select * From Student Where Sname like '周%' B: Select * From Student Where Sname like '%周' C: Select * From Student Where Sname like '_周' D: Select * From Student Where Sname like '周_'
- 从数据表student中查询张姓的所有学生,正确的SQL语句是( )
- 智慧职教: 从表student中检索学生所在班级编码,并消除重复行。完成下面SQL语句。
- 检索当前表“学生”表中,全部姓“王”的学生记录,SQL语句为: SELECT*FROM 学生 WHERE 姓名______"王*\