Use the Table menu to open and manage tables.
Open | Opens a table by selecting all columns and rows from it and displaying it in a Result Table window. |
Create | Displays the Create Table dialog box so that you can define and create a new table along with its associated indexes, keys, synonyms, and aliases. |
Alter | Allows you to select a table for modification. Once you have selected a table, the Alter Table dialog box is displayed so that you can alter the table's specifications, as well as create, alter, or drop its associated indexes, keys, synonyms, and aliases. |
Drop | Allows you to select a table that you want to delete from your database. Once you have selected a table, SQLWizard asks for confirmation before actually performing the drop. |