Computer Science, asked by shyamshiva293, 3 months ago

write the syntax for opening database​

Answers

Answered by alokprajapati362
1

Answer:

When you have multiple databases in your SQL Schema, then before starting your operation, you would need to select a database where all the operations would be performed.

The SQL USE statement is used to select any existing database in the SQL schema.

Syntax

The basic syntax of the USE statement is as shown below −

Similar questions