SQLXP

New Table Tutorial


This tutoral shows how to use the New Table window to create a new table.


1. Connect to a database.
2. Click the new table button.
3. Enter a table name.
4. Use the grid to enter the column name and data types.
5. Use the data type drop-down if you don't remember the data type name.
6. Use the add/remove column button to add or remove columns.
7. Click the SQL button to view the create table statement.
8. Click the Execute button to create the table using the SQL window.

New Table