Examveda

It is not required to have an access privilege for a database before selecting it with 'USE'.

A. True

B. False

Answer: Option B

Solution (By Examveda Team)

This question is about how MySQL handles database selection.
The 'USE' command in MySQL is used to tell the database which database you want to work with.
The question asks if you need special permission (access privilege) to choose a database using 'USE'.

Think of it like opening a folder on your computer. You don't need special permission to open any folder, you can just click on it. Similarly, with 'USE' you can choose any database without special permission.

So the answer is True. You don't need access privileges to use the 'USE' command.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous