It is required to have an access privilege for a database before selecting it with 'USE'.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
This question asks if you need a special permission (an access privilege) to use a specific database in MySQL.Think of it like this: imagine a library with different sections for different types of books. You can't just walk into any section and start reading. You need to be allowed to access that specific section first.
In MySQL, it's the same. Before you can use the USE command to switch to a particular database, you need the right permission to access it.
So the answer is Option A: True.
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