InterviewSolution
Saved Bookmarks
| 1. |
What Are Privileges And Grants? |
|
Answer» Privileges are the rights to execute SQL statements – means Right to connect and connect. GRANTS are GIVEN to the object so that objects can be accessed accordingly. Grants can be provided by the OWNER or creator of an object. Privileges are the rights to execute SQL statements – means Right to connect and connect. Grants are given to the object so that objects can be accessed accordingly. Grants can be provided by the owner or creator of an object. |
|