On this pageUSE Description This statement is used to switch to a specified database. Syntax USE database_name Parameters ParameterDescriptiondatabase_nameThe name of the database to be used. Examples Switch to the current database. USE testDatabase changed