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

> CREATE 쿼리 문서

# CREATE

CREATE 쿼리는 새 [데이터베이스](/ko/reference/statements/create/database), [테이블](/ko/reference/statements/create/table), [뷰](/ko/reference/statements/create/view) 등을 생성합니다.

**구문**

```sql theme={null}
CREATE DATABASE ...
CREATE TABLE ...
CREATE VIEW ...
CREATE DICTIONARY ...
CREATE FUNCTION ...
CREATE NAMED COLLECTION ...
CREATE USER | ROLE | ROW POLICY | MASKING POLICY | QUOTA | SETTINGS PROFILE ...
```

**관련:** `ATTACH`, `DROP`, `CREATE TABLE`, `CREATE DATABASE`, `CREATE VIEW`, `CREATE DICTIONARY`
