1.

It is required to have an access privilege for a database before selecting it with ‘USE’.(a) True(b) FalseThis question was addressed to me during an interview.My question comes from Arranging for MySQL Server Startup and Shutdown topic in section General MySQL Administration of MySQL

Answer»

The correct CHOICE is (a) True

The explanation is: In order to SELECT a database as the default database for the MySQL SERVER USING the ‘USE’ STATEMENT, some access privilege for the database needs to be granted or attained.



Discussion

No Comment Found

Related InterviewSolutions