USE Command

tags: #sql

The USE command is used in MySQL to select a database for use.

When you use the USE command, it tells the MySQL server which database you want to work with, and all subsequent SQL statements will be executed within that database until you specify otherwise.

USE database_name;
Powered by Forestry.md