SQL โ€“ Select Database

To Select database for work use the following syntax :

Syntax for SQL โ€“ Select Database

USE Keyword is used to select the database.

USE DatabaseName;

Example

USE CustomersDb;

You are now switched to database cusetomersdb.
Now you can perform actions like select , create table etc.


Advertisements

Add Comment

๐Ÿ“– Read More