(多选题)
Examine the statement: GRANT select, insert, update ON student_grades TO manager WITH GRANT OPTION; Which two are true?()
AMANAGER must be a role.
BIt allows the MANAGER to pass the specified privileges on to other users.
CIt allows the MANAGER to create tables that refer to the STUDENT_GRADES table.
DIt allows the MANAGER to apply all DML statements on the STUDENT_GRADES table.
EIt allows the MANAGER the ability to select from, insert into, and update the STUDENT_GRADES table.
FIt allows the MANAGER the ability to select from, delete from, and update the STUDENT_GRADES table.
正确答案
答案解析
略