Q. What is the statement used to select a default database?
β
Correct Answer: (A)
USE
Explanation: USE: The USE statement in MySQL is used to select a default database for the current session. It allows you to switch to a different database, and subsequent queries will operate within that selected database until changed again.