Vidyalelo
MySQL · Q758

MySQL

Programming · MySQL · question 758

Q758

The statement used to obtain access privileges to an account is . . . . . . . .

A.
OBTAIN
B.
GET
C.
GRANT
Answer
D.
NEED

Answer: Option C

Solution

Answer: Option C
Solution:
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 .