CREATE Commands
From Lianjapedia
(Redirected from CREATE)
| Command | Description |
|---|---|
| CREATE APP | Create an App. |
| CREATE APPLICATION | Create an App. |
| CREATE CURSOR | Create a temporary table. |
| CREATE DATABASE | Create a database. |
| CREATE DICTIONARY | Create a new Applications Data Dictionary from a .xad file. |
| CREATE FROM | Create a table from the contents of another table. |
| CREATE INDEX | Create an index for the specified table. |
| CREATE PAGE | Create a page in the current App. |
| CREATE PROCEDURE | Create a stored procedure in a database. |
| CREATE PROJECT | Create a project. |
| CREATE TABLE | Create a table. |
| CREATE TRIGGER | Create a trigger for a table. |
| CREATE VIEW | Create a logical view based on one or more tables. |
| CREATE VIRTUALTABLE | Create a new virtual table. |