5.3.6 Loading Quick SQL Samples
Load and view Quick SQL samples to learn about about SQL shorthand syntax.
- About Quick SQL Samples
Quick SQL includes the following samples. - Loading a Quick SQL Sample
Access Quick SQL samples from either the Load or Help windows.
Parent topic: Using Quick SQL
5.3.6.1 About Quick SQL Samples
Quick SQL includes the following samples.
You can load these samples by clicking either the Help or Load buttons above the Quick SQL Shorthand pane. Available Quick SQL samples include:
-
Departments and Employees - Shorthand SQL syntax creates a
DEPARTMENTSandEMPLOYEEStable with a SQL joinVIEW. Random data is also generated using/INSERTsyntax. The/NNadds aNOT NULL SQLcolumn constraint. Indented lists are used to define tables, columns and child tables. Primary and foreign key columns are automatically added. You do not need to supply any primary or foreign key columns. -
Employee Skills - Creates a
DEPARTMENTS,EMPLOYEES, andSKILLStable using indentation to identify parent and child tables. Shorthand syntaxVC255is used to specify a SQL datatype. The/INSERTsyntax is used to generate random data. -
Product Sales - Short hand syntax that creates a star schema with
PRODUCTS,CUSTOMERS,CHANNELS,PROMOTIONS, andSALEStables. TheSALEStable contains foreign key references to the other tables. ASQL VIEWis also created which joins all five tables. Random sample data is also generated. Numeric column are identified withNUMsyntax. -
ToDos - Creates
ASSIGNEESandTODOStables. This sample is designed as a starting point to enable the creation of a customized ToDo system within minutes.
Parent topic: Loading Quick SQL Samples
5.3.6.2 Loading a Quick SQL Sample
Access Quick SQL samples from either the Load or Help windows.
To access the Quick SQL samples:
Parent topic: Loading Quick SQL Samples