InterviewSolution
Saved Bookmarks
| 1. |
What Is The Advantage Of Using Roles For System Privilege? |
|
Answer» ROLES are easy to manage and helpful in granting multiple system PRIVILEGES to SCHEMAS. Any privilege can be added to a role or removed from a role. This WOULD AUTOMATICALLY affect all the schemas with that role. Roles are easy to manage and helpful in granting multiple system privileges to schemas. Any privilege can be added to a role or removed from a role. This would automatically affect all the schemas with that role. |
|