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 .
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion