A

Admin • 833K Points
Coach

Q. What is the statement used to select a default database?

  • (A) USE
  • (B) CREATE
  • (C) DROP
  • (D) SCHEMA
  • Correct Answer - Option(A)
  • Views: 42
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.