Computer Science, asked by rajwinder06singh, 8 months ago

what is true about the following SQL statement

Answers

Answered by Abhiroop12
0

Explanation:

The USE Statement is used to select a database and perform SQL operations into that database. The database remains default until end of session or execution of another USE statement with some other database.

Answered by rootavanti
0

Explanation:

the use statement is used to select the particular database to work upon. without selecting database, you can not work upon it.

Similar questions