LispWorks User Guide and Reference Manual > 19 Common SQL > 19.3 Functional interface > 19.3.2 Functional Data Definition Language (FDDL)

NextPrevUpTopContentsIndex

19.3.2.3 Modification

You may create or drop (delete) tables using the functions create-table and drop-table.

Create or drop indexes using the functions create-index and drop-index.

To create or drop a view (that is, a derived table based on a query) use the functions create-view and drop-view.


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex