Available in versions: Dev (3.21) | Latest (3.20) | 3.19 | 3.18 | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12 | 3.11
This documentation is for the unreleased development version of jOOQ. Click on the above version links to get this documentation for a supported version of jOOQ.
CREATE TABLE
Supported by ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
                                                Arguably the most used DDL statement is the CREATE TABLE statement.
                                            
                                                The following subsections discuss various usages of CREATE TABLE, as well as the relevant bits of meta data that can be added to a table.
                                            
Table of contents
- 3.6.3.9.1.
- Columns
- 3.6.3.9.2.
- Nullability
- 3.6.3.9.3.
- Defaults
- 3.6.3.9.4.
- Identities
- 3.6.3.9.5.
- Computed columns
- 3.6.3.9.6.
- Primary key
- 3.6.3.9.7.
- Unique constraints
- 3.6.3.9.8.
- Foreign keys
- 3.6.3.9.9.
- Check constraints
- 3.6.3.9.10.
- From a SELECT
- 3.6.3.9.11.
- Global temporary tables
- 3.6.3.9.12.
- Local temporary tables (new)
| previous : next | 

 
        
Feedback
Do you have any feedback about this page? We'd love to hear it!