CBSE Class 11 Informatics Practices Question 24 of 87

Structured Query Language (SQL) — Question 5

Back to all questions
5
Question

Question 5

............... command helps to open the database for use.

  1. Use
  2. Open
  3. Distinct
  4. Select
Answer

Use

Reason — The USE command is used to open the database for use. The syntax for opening database is : USE <database_name>;.