Q: Which MySQL statement is used to grant privileges to a user account?
-
A
CREATE USER
-
B
GRANT
-
C
ALLOW
-
D
ENABLE
B
Answer:
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.
Related Topic:
Share Above MCQ