πŸ“Š MySQL
Q. What is the statement used to select a default database?
  • (A) USE
  • (B) CREATE
  • (C) DROP
  • (D) SCHEMA
πŸ’¬ Discuss
βœ… 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.

Explanation by: Kiran Rapria
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
67
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Kiran Rapria
Publisher
πŸ“ˆ
95%
Success Rate