4. Managing Tables and Views
 
Share this page                  
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
Modify table objects to change file locations
Drop table objects
In SQL, you can accomplish these tasks using the CREATE TABLE, ALTER TABLE, HELP TABLE, MODIFY TABLE, and DROP statements. For more information, see the SQL Reference Guide.
In Director or VDBA, use the Tables branch for a particular database.