Creating a Database Table


The Create Table dialog allows for the creation of new database tables within a selected database connection.
  1. Select the menu item Database > Create Table or the Create Table button from the main tool bar
  2. Select the open connection to use for this new table
  3. Select the database catalog or schema for this new table
  4. Enter the table name
  5. Complete the table definition by entering the relevant column information for the table
  6. Enter any table constraint definitions in the Constraints tab
  7. Verify the generated SQL and make any necessary changes for your database
  8. 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.