MCQs>IT & Programming>Oracle Database MCQs>You need to give the MANAGER role the ability to select from, insert into, and modify existing rows in the STUDENT_GRADES table. Anyone given this MANAGER role should be able to pass those privileges on to others. Which statement accomplishes this?
Oracle Database MCQs
You need to give the MANAGER role the ability to select from, insert into, and modify existing rows in the STUDENT_GRADES table. Anyone given this MANAGER role should be able to pass those privileges on to others. Which statement accomplishes this?
Answer
Correct Answer: GRANT select, insert, update ON student_grades TO manager WITH GRANT OPTION;
Explanation:
Note: This Question is unanswered, help us to find answer for this one