相关考题
-
单项选择题
在MySql数据库中,删除student表的正确格式是哪个()
A.delete-table-student
B.drop-table-student
C.remove-table-student
D.move-table-student -
单项选择题
在MySql数据库中,查看以s结尾的表的正确格式是哪个()
A.showtableslike’%s’
B.showtableslike’#s’
C.showtableslike’$s’
D.showtableslike’@s’ -
单项选择题
在MYSQL数据库中table代表什么()
A.数据库
B.表
C.排序
D.函数
