SQL3 / SQL:2008
The SQL3 standard is big and is therefore divided into parts:
- 1. SQL/Framework, contains information common to all parts of the standard
and describes the parts.
- 2. SQL/Foundation, Data definition and data maniputlation syntax and
semantics, including SQL embedded in non-object programming languages.
- 3. SQL/CLI (Call Level Inteface), the API for programming languages,
corresponds to ODBC.
- 4. SQL/PSM (Persistent Stored Modules), stored routines, external routines,
and procedural language extensions to SQL.
- 5. SQL/MED (Management of External Data) provides extensions to SQL that
define foreign-data wrappers and datalink types to allow SQL to manage data that is accessible to, but not managed by, an SQL-based DBMS.
DD2471 (Lecture 08) Modern database systems & their applications Spring 2012 1 / 44