CBSE Class 12 Computer Science Question 27 of 91

Relational Database and SQL — Question 5

Back to all questions
5
Question

Question 5

Which 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>;.