-
A.
CREATE USER
-
B.
GRANT
-
C.
ALLOW
-
D.
ENABLE
Correct Option: BExplanation:
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.