单项选择题
使用grant select on table .*to username@localhost 语句时如果table 不存在会()。
A.显示请选择其他数据库
B.显示查询成功并创建表
C.只显示查询成功
D.显示表不存在请重新查询
点击查看答案&解析
相关考题
-
单项选择题
执行语句grant select on *.*to username@localhost 的意义是()。
A.赋予username 用户在任意用户任意表的select 权限
B.登录到username 用户
C.不赋予username 用户选择权限
D.赋予username 用户全局在任意表任意列的select 权限 -
单项选择题
下列MySQL 权限表中,只存在用户列和权限列,对表级别设置权限的是()。
A.columns_priv 权限表
B.tables_priv 权限表
C.db 权限表
D.procs_priv 权限表 -
单项选择题
以下()命令是使用超级管理员身份创建普通用户。
A.create user username@localhost identified by 123456
B.create user ’username’@’localhost’identified by123456
C.create user username@localhost identified by ’123456’
D.create user ’username’@’localhost’identified by ’123456’
