题目内容

在MySQL中,可以使用_______语句来删除用户。

A. revoke
B. grant
C. delete user
D. drop user

查看答案
更多问题

修改自己MySQL服务器密码的命令是:_______。

A. mysql
B. grant
C. set password
D. change password

查看student1@localhost用户的权限,使用的语句是_______。

A. show grants for student1@localhost
B. show grant for student1@localhost
C. show grants on student1@localhost
D. show grant on student1@localhost

索引可以提高 操作的效率。

A. insert
B. update
C. delete
D. select

下列 ( )方法不能用于创建索引。

A. 使用Create table语句
B. 使用Create index语句
C. 使用Alter table语句
D. 使用Create database语句

答案查题题库