MCQ Single Best Answer Easy

QWhich MySQL statement is used to grant privileges to a user account?

ID: #15423 Introduction to MySQL Databases 99 views
Question Info
#15423Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A CREATE USER
  • B GRANT
  • C ALLOW
  • D ENABLE
Correct Answer: Option B

Explanation

The GRANT statement is used in MySQL to grant privileges to a user account. It allows you to specify the privileges (such as SELECT, INSERT, UPDATE, DELETE) and the objects (tables, databases) on which the privileges are granted.

Share This Question

Challenge a friend or share with your study group.