USE
Purpose
The USE statement sets the named schema as the default (current) schema.
Syntax
Diagram
use
Keywords and Parameters
schemaName
This is an identifier that specifies the name of the schema to be used as the default schema.
Examples
Changing the Default Schema
The following statement sets the instacart schema as the default schema.
USE instacart;