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

Choose the Best Option

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

  • A GRANT ALL PRIVILEGES
  • B ADD USER
  • C CREATE USER
  • D INSERT USER
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.

Share This Question

Challenge a friend or share with your study group.