Create New Table

To create a new table:
  1. Connect to Database
  2. Expand Database Connection name node
  3. Right-click on Tables node
  4. From the menu select New Table
  5. Create new table dialog will open
  6. Specify the table name
  7. Click Add New Column icon on the tool bar
  8. Specify column name, data type and additional column properties in the bottom area.
  9. Add more columns – You can change the order of the columns by moving them up and down, adding new column above or below, or deleting the column – all these using icons on the tool bar.
  10. You can see the create table SQL statement, using Show SQL button
  11. Press OK to create the table
  12. New table will appear on the tree under Tables node