Data Port Console
HOWTO: Create a table To create a table follow these steps:
- On the Data Explorer pane, select the database and right-click it. Select the "New Table" option:

- Enter the table name and column details in the Table Design dialog:

- Click OK and the table will be created.
You can alternatively create the table using a Query window:
- Right-click on the database and select the "New Query" option:

- On the query window, enter the SQL CREATE TABLE command and execute it:

The query can be executed by clicking the execute button on the toolbar (right arrowhead), by pressing F5 or the equivalent Tools / Execute menu option.
|