1.

The statement used to obtain access privileges to an account is ______________(a) OBTAIN(b) GET(c) GRANT(d) NEEDThis question was posed to me in exam.Question is taken from Managing MySQL User Accounts in division General MySQL Administration of MySQL

Answer»

Right choice is (c) GRANT

For explanation I would say: If the named ACCOUNT exists, ‘GRANT’ modifies its privileges. If the account does not exist, ‘GRANT’ CREATES it with the given privileges. It is used to OBTAIN access privileges.



Discussion

No Comment Found

Related InterviewSolutions