MCQ
Single Best Answer
Easy
QWhich MySQL command is used to add a new user account with administrative privileges?
ID: #15416
Introduction to MySQL Databases
97 views
Question Info
#15416Q 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 C
Explanation
The CREATE USER command is used in MySQL to create a new user account. It allows you to specify the username, password, and privileges for the user. Administrative privileges can be granted separately using the GRANT statement.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic