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.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion