题目内容

‏数据库角色是被命名的一组与数据库操作有关的()

A. 用户
B. 权限
C. 对象
D. 账户

查看答案
更多问题

创建一个角色student_role的语句是()

A. create user student_role;
B. create object student_role;
C. create role 'student_role';
D. create limit student_role;

对角色student_role授权,其权限是对数据库libinfo中图书信息表book_info具有查询权限,则该授权语句是()

A. grant select on student_role to libinfo.book_info;
B. grant all on student_role to libinfo.book_info;
C. grant update on student_role to libinfo.book_info;
D. grant select on libinfo.book_info to student_role;

数据库管理系统通常提供授权机制来控制不同用户访问数据的权限,这主要是为了实现数据库的()。

A. 管理方便
B. 可移植性
C. 可操作性
D. 安全性

在MySQL数据库管理系统的mysql数据库中db表主要存储()。

A. 连接到服务器的账号信息
B. 用户对某个数据库的操作权限,决定用户能从哪个主机存取哪个数据库
C. 对表的某一列设置权限
D. 对存储过程和存储函数设置操作权限

答案查题题库