Create table wizard allows users to create a table. You can invoke the wizard by right click on the “Tables” node in the database explorer, and choose the “Create Table” menu option.
The following displays the “Create Table” wizard.
Please enter the table name in this page, and then click the “Next” button to go to “Enter column information” page.
Please enter the column information, such as column name, column type and column size, and then click the “Next” button to go to the “Enter primary key and indexes” page.
Please enter the name of the primary key and indexes, and use the lookup button to choose the primary key and index columns.
After done, click the “Next” button to go to the “Enter foreign keys” page.
Please enter the foreign key name, its primary table and use the lookup button to choose the related columns.
After done, click the “Finish” button to create the table. The database explorer will be refreshed to display the newly created table.