InterviewSolution
Saved Bookmarks
| 1. |
What Is A System Privilege? |
|
Answer» A SYSTEM privilege is the right to PERFORM a PARTICULAR action in the database. Privileges are granted to a schema. They may be granted to a role, which in turn is granted to schemas. A system privilege is the right to perform a particular action in the database. Privileges are granted to a schema. They may be granted to a role, which in turn is granted to schemas. |
|