Managing Tables and Views
Table Management
You can perform the following basic operations on tables:
• Create and alter table objects
• View existing table objects, including details such as the rows, columns, statistics, and other properties
• Drop table objects
In SQL, you can accomplish these tasks using the CREATE TABLE, ALTER TABLE, HELP TABLE, MODIFY TABLE, and DROP statements.
In Director use the Tables branch for a particular database.