Multiple choice

Which of the following is/are the correct statement is database programming?

  1. A SQL GRANT is a command used to provide access or privileges on the database objects to the users.

  2. A System privileges allows the user to CREATE, ALTER, or DROP the database objects.

  3. The REVOKE command is used to remove the user access rights or privileges to the database objects.

  4. All of the above

  5. Only (1) and (2)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, all are correct.