Available in versions: Dev (3.17) | Latest (3.16) | 3.15 | 3.14 | 3.13 | 3.12 | 3.11 | 3.10 | 3.9 | 3.8 | 3.7
The CREATE statement
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
The CREATE
statement is the most important DDL statement. It allows for creating new objects in the database catalog.
Table of contents
- 4.4.2.1.
- CREATE INDEX
- 4.4.2.2.
- CREATE SEQUENCE
- 4.4.2.3.
- CREATE TABLE
- 4.4.2.3.1.
- Columns
- 4.4.2.3.2.
- Nullability
- 4.4.2.3.3.
- Defaults (new)
- 4.4.2.3.4.
- Primary key
- 4.4.2.3.5.
- Unique constraints
- 4.4.2.3.6.
- Foreign keys
- 4.4.2.3.7.
- Check constraints
- 4.4.2.3.8.
- From a SELECT
- 4.4.2.3.9.
- Temporary tables
- 4.4.2.4.
- CREATE VIEW
The jOOQ User Manual : SQL building : SQL Statements (DDL) : The CREATE statement | previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!