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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic