Difference between revisions of "CREATE Commands"
From Lianjapedia
Yvonne.milne (Talk | contribs) (Created page with "{| class="wikitable" width="100%" !width="30%"|Command !width="70%"|Description |- |valign="top"|CREATE APP||valign="top"|Create an App. |- |valign="top"|CREATE CURSOR...") |
Yvonne.milne (Talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
|- | |- | ||
|valign="top"|[[CREATE APP]]||valign="top"|Create an App. | |valign="top"|[[CREATE APP]]||valign="top"|Create an App. | ||
| + | |- | ||
| + | |valign="top"|[[CREATE APPLICATION]]||valign="top"|Create an App. | ||
|- | |- | ||
|valign="top"|[[CREATE CURSOR]]||valign="top"|Create a temporary table. | |valign="top"|[[CREATE CURSOR]]||valign="top"|Create a temporary table. | ||
| Line 14: | Line 16: | ||
|- | |- | ||
|valign="top"|[[CREATE INDEX]]||valign="top"|Create an index for the specified table. | |valign="top"|[[CREATE INDEX]]||valign="top"|Create an index for the specified table. | ||
| + | |- | ||
| + | |valign="top"|[[CREATE PAGE]]||valign="top"|Create a page in the current App. | ||
|- | |- | ||
|valign="top"|[[CREATE PROCEDURE]]||valign="top"|Create a stored procedure in a database. | |valign="top"|[[CREATE PROCEDURE]]||valign="top"|Create a stored procedure in a database. | ||
Latest revision as of 05:12, 4 August 2016
| 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. |