> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peaka.com/llms.txt
> Use this file to discover all available pages before exploring further.

# USE

## Synopsis

```sql theme={null}
USE catalog.schema
USE schema
```

## Description

Update the session to use the specified catalog and schema. If a
catalog is not specified, the schema is resolved relative to the
current catalog.

## Examples

```sql theme={null}
USE hive.finance;
USE information_schema;
```
