Data Definition Language
[Previous] [Main] [Next]

This version of Turbo SQL does not include DDL statements like CREATE TABLE, ALTER TABLE and CREATE INDEX. You can use the corresponding methods of TTdbTable to perform these tasks at run-time: CreateTable, AlterTable, DeleteTable, AddIndex, DeleteIndex.