Multiple choice technology databases

Which of the following statements about roles are true?

  1. Roles can be granted to other roles

  2. Privileges can be granted to roles

  3. Roles can be granted to synonyms

  4. Roles can be granted to users

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

In database security, roles can be granted to other roles (option A), privileges can be granted to roles (option B), and roles can be granted to users (option D). However, roles cannot be granted to synonyms (option C is false) - synonyms are just aliases, not securable objects like roles or users.