SQL Guide : Using SQL for database administration : Managing tables
  
Managing tables
The solidDB® database tables are managed using SQL commands.
In the solidDB® server installation directory, you can find an SQL script named sample.sql, which gives an example of managing tables. You can run the script using, for example, solidDB® SQL Editor (solsql).
The SQL statements for creating, deleting, and altering tables are described in details in solidDB® SQL statements.
See also
Accessing system tables
Creating tables
Removing tables
Adding columns to a table
Deleting columns from a table
Viewing table names and definitions
Using SQL for database administration