> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8a08bda2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> USE SQL 문에 대한 참고 문서

# USE SQL 문

```sql theme={null}
USE [DATABASE] db
```

세션의 현재 데이터베이스를 설정합니다.

현재 데이터베이스는 쿼리에서 테이블 이름 앞에 점(.)을 사용해 데이터베이스를 명시적으로 지정하지 않은 경우 테이블(table)을 찾는 데 사용됩니다.

세션 개념이 없으므로 HTTP protocol을 사용할 때는 이 쿼리를 실행할 수 없습니다.
