See Also
You are here: SQL Reference > Data Manipulation > USE
ContentsIndexHome
PreviousUpNext
USE
USE

 

Syntax

USE database_name

 

Description 

This command sets the currently used database to database_name. Any tables referred to in any SQL commands that do not have a "database_name." prefix will be assumed to be a part of the the database_name database. 

 

 

Related