TurboSQL Guide

TurboSQL

Previous  Top  Next


TurboSQL is a subset of SQL 92 that contains all of minimal SQL as described by the MS ODBC specification and is very similar to Local SQL used with Borland Database Engine.

Conventions

Table Names
SQL Column Names
Date Formats
Time Formats
DateTime Formats
Boolean Literals
Table Correlation Names
Column Correlation Names
Command Parameters
Embedded Commends

 

Data Manipulation Language

Overview
DELETE Statement
FROM Clause
GROUP BY Clause
INSERT Statement
ORDER BY Clause
SELECT Statement
UPDATE Statement
WHERE Clause

 

Data Definition Language

Overview
CREATE TABLE Command
ALTER TABLE Command
CREATE INDEX Command
DROP Command
Column Data Types