Skip to main content

USE

Use a database or schema.

Syntax

USE db_name | schema_name

Remarks

Example

USE test;
Database changed