 |
Creating a Database Table
|
 |
The Create Table dialog allows for the creation of new database tables
within a selected database connection.
|
 |
- Select the menu item Database > Create Table or the Create
Table button from the main tool bar
- Select the open connection to use for this new table
- Select the database catalog or schema for this new table
- Enter the table name
- Complete the table definition by entering the relevant column
information for the table
- Enter any table constraint definitions in the Constraints tab
- Verify the generated SQL and make any necessary changes for your
database
- Select the Create button
|
The table is generated using the generated SQL text following relevant
entries within the fields provided. Changes made to the SQL text are NOT
reflected within the field display values. |