SQL DDL Syntax Guide
"DDL" stands for "Data Definition Language". These are the SQL statements that ALTER, CREATE or DROP schema elements in a database.
The Orixa database uses the SQL2003 syntax, which means that on-line guides detailing this syntax can be consulted if you want more information.
There are a number of useful, basic DML statements for Orixa Administrators. Short articles explaining them are added below this page.
Topics Covered
1. CREATE STORE, DROP STORE, ALTER STORE
2. CREATE JOB, ALTER JOB, DROP JOB
3. CREATE FUNCTION, CREATE PROCEDURE