When you have multiple databases in your SQL schema, then before starting your operation, you would need to select a database where all the operation would be performed. The SQL USE statement is used to select an existing database in SQL schema.
The basic syntax is as follows:
USE Databasename; |
Syntax For SQL:
USE Testing zone |
After Execute:
Command(s) Completed Successfully.
Command(s) Completed Successfully.
No comments:
Post a Comment