SQL - ANSI (American National Standards Institute) SQL (Standard|Reference|Specification) - SQL (92|99|2003|2011)

Data System Architecture

SQL - ANSI (American National Standards Institute) SQL (Standard|Reference|Specification) - SQL (92|99|2003|2011)

About

In 1989, the American National Standards Institute (http://www.ansi.org) published the first SQL specification of the ANSI SQL.

The ANSI SQL standard revision:

Year Year Reference Ordering reference Iso (Specification)
1989
1992 SQL-92 SQL-2 sql1992.txt or ISO/IEC 9075:1992
1999 SQL-99 SQL-3
2003 SQL:2003 ISO/IEC 9075-2:2003
2011 Part 1 SQL Framework

Search the Iso website with term SQL and the (publicly|free) available standard SQL are here

Most major database vendors support the SQL-92 standard. However, the levels of conformance vary. Some vendors have gone beyond the SQL-92 standard and most have their own extensions to the SQL language.

One of the reproach that you can find concerning the ANSI SQL syntax is that it separates join predicates from filter predicates.

Grammar

Bnf Grammar:

Documentation / Reference





Discover More
Data System Architecture
SQL - Decimal(p,s) or Numeric(p,s)

DECIMAL and NUMERIC are sql datatype used to represent a fixed point notation (exact number) numeric is generally functionally identical to decimal. With a DECIMAL(5,2): the number has: a precision...
Data System Architecture
SQL - Parameter (Bind | Substitution) (Marker | Variable)

A parameter is placeholder in a prepared statement where value of data is replaced at runtime (ie when the program is running). It permits to reuse the same statement with different value. See A parameter...



Share this page:
Follow us:
Task Runner