USE Command

 

USE Command

Description:
The USE command is used to select a database.

Syntax:

USE database_name;

Example:

USE college;

Comments

Popular posts from this blog

Important MySQL Commands