删除student中的scome列。
举一反三
- 语句DELETE FROM Student表明( )。 A: 删除基本表Student中的列 B: 删除Student中的全部记录 C: 删除基本表Student中的部分行 D: 删除基本表Student
- 删除student表中的sid列。
- Delete from studentwhere s_id > 5该代码所表示的实际操作为 A: 删除student表中所有s_id B: 删除student表中所有s_id 大于5的记录 C: 删除student表中所有s_id 大于等于5的记录 D: 删除student表
- 删除表student。 () table student
- delete from student语句的作用是( ) A: 删除当前数据库中的整个student表,包括表结构 B: 删除当前数据库中student表内的所有行 C: 由于没有where子句,因此不删除任何数据 D: 删除当前数据库中student表内的当前行