Creating Database Tables 

Use

SQL Studio allows you to create database tables for the database to which you are currently logged on.

Procedure

  1. Choose Tables ® Catalog Manager® New ® Table. The database table definition window opens.

Assign a table name under Table Name and define

Defining Columns

Defining Constraints

Defining Foreign Key Dependencies (Referential Integrity)

Defining Miscellaneous Information

If a database query created in the direct SQL dialog contains several individual queries, the first SELECT statement in the query is copied to the new database table.

  1. Choose Table Definition ® Create Table to create the table in the database.