1.

It is not required to have an access privilege for a database before selecting it with ‘USE’.(a) True(b) FalseThe question was posed to me in quiz.The question is from Selecting, Creating, Dropping and Altering Databases topic in section Using SQL to Manage Data of MySQL

Answer»

The correct ANSWER is (b) False

To explain I would SAY: 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