InterviewSolution
Saved Bookmarks
| 1. |
Explain The Grant And Revoke Dcl Statements ? |
|
Answer» DCL STATEMENTS CONTROL the security of the DATABASE. The two statements, GRANT and REVOKE, are used to give permissions to users to access the DIFFERENT schema objects; therefore, enabling security and access control on the database. DCL statements control the security of the database. The two statements, GRANT and REVOKE, are used to give permissions to users to access the different schema objects; therefore, enabling security and access control on the database. |
|