Difference between revisions of "CREATE Commands"

From Lianjapedia
Jump to: navigation, search
 
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.

Latest revision as of 06: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.