Q320
It is not required to have an access privilege for a database before selecting it with 'USE'.
A.
True
B.
False
AnswerAnswer: Option B
Solution
Answer: Option B
Solution:
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.