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

> توثيق استعلامات CREATE

# CREATE

تُنشئ استعلامات CREATE، على سبيل المثال، [قواعد بيانات](/ar/reference/statements/create/database) و[جداول](/ar/reference/statements/create/table) و[طرق عرض](/ar/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`
