删除数据库表的命令是什么?
A: delete table
B: drop table
C: alter table
D: rename table
A: delete table
B: drop table
C: alter table
D: rename table
B
举一反三
- 删除表的命令为() A: Create table B: rename table C: alter table D: drop table
- 删除表使用的命令是() A: delete table B: alter table C: drop table D: trancat table
- 删除列的命令是______。 A: ALTER TABLE … DELETE … B: ALTER TABLE … DELETE COLUMN… C: ALTER TABLE … change … D: ALTER TABLE … DROP COLUMN…
- 在SQL语言中,删除一个表的命令是(). A: DROP TABLE B: ALTER TABLE C: CREATE TABLE D: DELETE TABLE
- 如果要删除student数据库中的表s,则可以使用命令( )。 A: delete table s B: truncate table s C: drop table s D: alter table s
内容
- 0
如果要删除Student数据库中的Information表,则可以使用命令:()。 A: Delete Table Information B: Truncate Table Information C: Drop Table Information D: Alter Table Information
- 1
删除表的命令是 A: DELETE TABLE B: ERASE TABLE C: DROP TABLE D: KILL TABLE
- 2
如果要删除Student数据库中的Information表,可以使用下列哪个命令______ A: ALTER TABLE Information B: TRUNCATE TABLE Information C: DROP TABLE Information D: DELETE TABLE Information
- 3
删除表的语句() A: drop table 表名 B: delete table 表名 C: update table 表名 D: alter table 表名
- 4
删除表tb_goods中的字段picture A: alter table tb_goods add picture; B: alter table tb_goods drop picture; C: alter table tb_goods rename picture; D: alter table tb_goods modify picture;