SQL- Select Database | Corona Updates

Select Database


The SQL USE Statement is used to select any exiting database in the sql.

Syntax :-    
USE DBName;    
Example :  I will show how to USE database in SQL.

Query :
USE my_db;
Output :

Post a Comment

0 Comments