The statement used to obtain access privileges to an account is . . . . . . . .
A. OBTAIN
B. GET
C. GRANT
D. NEED
Answer: Option C
Solution (By Examveda Team)
This question is about how you give permissions to someone in a MySQL database. Think of it like giving someone a key to open a door.The statement used to give someone access privileges is GRANT.
Here's why the other options are incorrect:
* OBTAIN, GET, and NEED are not commands used in MySQL for granting access.
The correct answer is Option C: GRANT .

Join The Discussion