ANSI Standards
The following documents of the American National Standards Institute (ANSI) relate to SQL:
ANSI/ISO/IEC 9075-1:2008, Information technology—Database languages—SQL—Part 1: Framework (SQL/Framework)
ANSI/ISO/IEC 9075-2:2008, Information technology—Database languages—SQL—Part 2: Foundation (SQL/Foundation)
ANSI/ISO/IEC 9075-3:2008, Information technology—Database languages—SQL—Part 3: Call-Level Interface (SQL/CLI)
ANSI/ISO/IEC 9075-4:2008, Information technology—Database languages—SQL—Part 4: Persistent Stored Modules (SQL/PSM)
ANSI/ISO/IEC 9075-9:2008, Information technology—Database languages—SQL—Part 9: Management of External Data (SQL/MED)
ANSI/ISO/IEC 9075-10:2008, Information technology—Database languages—SQL—Part 10: Object Language Bindings (SQL/OLB)
ANSI/ISO/IEC 9075-11:2008, Information technology—Database languages—SQL—Part 11: Information and Definition Schemas (SQL/Schemata)
ANSI/ISO/IEC 9075-13:2008, Information technology—Database languages—SQL—Part 13: SQL Routines and Types using the Java Programming Language (SQL/JRT)
ANSI/ISO/IEC 9075-14:2008, Information technology—Database languages—SQL—Part 14: XML-Related Specifications (SQL/XML)
These standards are identical to the corresponding ISO standards listed in the next section.
You can obtain a copy of ANSI standards from this address:
- American National Standards Institute
- 25 West 43rd Street, fourth floor
- New York, NY 10036 USA
- Telephone: +1.212.642.4900
- Fax: +1.212.398.0023
- Web site:
http://www.ansi.org/
You can also obtain the standards from their Web site:
http://webstore.ansi.org/default.aspx
A subset of ANSI standards, including the SQL standard, are INCITS standards. You can obtain these from the InterNational Committee for Information Technology Standards (INCITS) at:
http://www.incits.org/
'SQL' 카테고리의 다른 글
CREATE OR REPLACE PROCEDURE EJMIS.Ledger_Migration_Daily (0) | 2011.07.20 |
---|---|
SYS_CONNECT_BY_PATH (0) | 2011.07.15 |
SQL:2008 is the sixth revision of the ISO and ANSI standard for the SQL database query language.해 주세요. (0) | 2011.07.15 |
SQL-92 was the third revision of the SQL database query language (0) | 2011.07.15 |
CBO 의 최적화 절차 순서 (0) | 2011.05.08 |