CREATE Commands

From Lianjapedia
Revision as of 06:12, 4 August 2016 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.