数据库角色是被命名的一组与数据库操作有关的()
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. 安全性