engineering computer science MCQ #909

What is the purpose of 'GRANT' statement in database security?

engineering computer science MCQ #909

  1. Question 1

    Q1. What is the purpose of 'GRANT' statement in database security?

    • A) To revoke privileges from users
    • B) To grant privileges to users
    • C) To create a new user account
    • D) To delete a user account

    Answer: To grant privileges to users

    Explanation: The 'GRANT' statement is used to grant privileges to users, allowing them to perform specific actions on database objects.