KnowledgeBoat Logo

Computer Science

Which command helps to open the database for use?

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

SQL Queries

2 Likes

Answer

Use

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

Answered By

1 Like


Related Questions