單項選擇題在MySql數(shù)據(jù)庫中,刪除student表的正確格式是哪個()

A.delete-table-student
B.drop-table-student
C.remove-table-student
D.move-table-student


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在MySql數(shù)據(jù)庫中,查看以s結(jié)尾的表的正確格式是哪個()

A.showtableslike’%s’
B.showtableslike’#s’
C.showtableslike’$s’
D.showtableslike’@s’

2.單項選擇題在MYSQL數(shù)據(jù)庫中table代表什么()

A.數(shù)據(jù)庫
B.表
C.排序
D.函數(shù)

3.單項選擇題MYSQL數(shù)據(jù)庫作用是什么()

A.存貯數(shù)據(jù)
B.構(gòu)建房屋
C.構(gòu)架庫房
D.壓縮數(shù)據(jù)

5.單項選擇題在MYSQL數(shù)據(jù)庫中刪除一張表的正確語句是哪個()

A.DROP表名TABLE
B.DROP-TABLE表名
C.DELETE-TABLE表名
D.DELETE表名TABLE