Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > b8f4049de69feba5041d49ed4382e582 > files > 137

postgresql-docs-8.0.11-0.1.20060mdk.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>SQL Conformance</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:pgsql-docs@postgresql.org"><LINK
REL="HOME"
TITLE="PostgreSQL 8.0.11 Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="Appendixes"
HREF="appendixes.html"><LINK
REL="PREVIOUS"
TITLE="SQL Key Words"
HREF="sql-keywords-appendix.html"><LINK
REL="NEXT"
TITLE="Unsupported Features"
HREF="unsupported-features-sql-standard.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="stylesheet.css"><META
HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=ISO-8859-1"><META
NAME="creation"
CONTENT="2007-02-02T03:57:22"></HEAD
><BODY
CLASS="APPENDIX"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="5"
ALIGN="center"
VALIGN="bottom"
>PostgreSQL 8.0.11 Documentation</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="sql-keywords-appendix.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="sql-keywords-appendix.html"
>Fast Backward</A
></TD
><TD
WIDTH="60%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="release.html"
>Fast Forward</A
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="unsupported-features-sql-standard.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="APPENDIX"
><H1
><A
NAME="FEATURES"
></A
>Appendix D. SQL Conformance</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>D.1. <A
HREF="features.html#FEATURES-SQL-STANDARD"
>Supported Features</A
></DT
><DT
>D.2. <A
HREF="unsupported-features-sql-standard.html"
>Unsupported Features</A
></DT
></DL
></DIV
><P
>  This section attempts to outline to what extent
  <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> conforms to the current SQL
  standard.  The following information is not a full statement of
  conformance, but it presents the main topics in as much detail as is
  both reasonable and useful for users.
 </P
><P
>  The formal name of the SQL standard is ISO/IEC 9075 <SPAN
CLASS="QUOTE"
>"Database
  Language SQL"</SPAN
>.  A revised version of the standard is released
  from time to time; the most recent one appearing in late 2003.  That
  version is referred to as ISO/IEC 9075:2003, or simply as SQL:2003.
  The versions prior to that were SQL:1999 and SQL-92.  Each version
  replaces the previous one, so claims of conformance to earlier
  versions have no official merit.
  <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> development aims for
  conformance with the latest official version of the standard where
  such conformance does not contradict traditional features or common
  sense.  The PostgreSQL project was not represented in the ISO/IEC
  9075 Working Group during the preparation of SQL:2003.  Even so,
  many of the features required by SQL:2003 are already supported,
  though sometimes with slightly differing syntax or function.
  Further moves towards conformance may be expected in later releases.
 </P
><P
>  <ACRONYM
CLASS="ACRONYM"
>SQL-92</ACRONYM
> defined three feature sets for
  conformance: Entry, Intermediate, and Full.  Most database
  management systems claiming <ACRONYM
CLASS="ACRONYM"
>SQL</ACRONYM
> standard
  conformance were conforming at only the Entry level, since the
  entire set of features in the Intermediate and Full levels was
  either too voluminous or in conflict with legacy behaviors.
 </P
><P
>  Starting with <ACRONYM
CLASS="ACRONYM"
>SQL:1999</ACRONYM
>, the SQL standard defines
  a large set of individual features rather than the ineffectively
  broad three levels found in <ACRONYM
CLASS="ACRONYM"
>SQL-92</ACRONYM
>.  A large
  subset of these features represents the <SPAN
CLASS="QUOTE"
>"Core"</SPAN
>
  features, which every conforming SQL implementation must supply.
  The rest of the features are purely optional.  Some optional
  features are grouped together to form <SPAN
CLASS="QUOTE"
>"packages"</SPAN
>, which
  SQL implementations can claim conformance to, thus claiming
  conformance to particular groups of features.
 </P
><P
>  The <ACRONYM
CLASS="ACRONYM"
>SQL:2003</ACRONYM
> standard is also split into a number
  of parts.  Each is known by a shorthand name.  Note that these parts
  are not consecutively numbered.

  <P
></P
></P><UL
><LI
><P
>ISO/IEC 9075-1 Framework (<ACRONYM
CLASS="ACRONYM"
>SQL/Framework</ACRONYM
>)</P
></LI
><LI
><P
>ISO/IEC 9075-2 Foundation (<ACRONYM
CLASS="ACRONYM"
>SQL/Foundation</ACRONYM
>)</P
></LI
><LI
><P
>ISO/IEC 9075-3 Call Level Interface (<ACRONYM
CLASS="ACRONYM"
>SQL/CLI</ACRONYM
>)</P
></LI
><LI
><P
>ISO/IEC 9075-4 Persistent Stored Modules (<ACRONYM
CLASS="ACRONYM"
>SQL/PSM</ACRONYM
>)</P
></LI
><LI
><P
>ISO/IEC 9075-9 Management of External Data (<ACRONYM
CLASS="ACRONYM"
>SQL/MED</ACRONYM
>)</P
></LI
><LI
><P
>ISO/IEC 9075-10 Object Language Bindings (<ACRONYM
CLASS="ACRONYM"
>SQL/OLB</ACRONYM
>)</P
></LI
><LI
><P
>ISO/IEC 9075-11 Information and Definition Schemas (<ACRONYM
CLASS="ACRONYM"
>SQL/Schemata</ACRONYM
>)</P
></LI
><LI
><P
>ISO/IEC 9075-13 Routines and Types using the Java Language (<ACRONYM
CLASS="ACRONYM"
>SQL/JRT</ACRONYM
>)</P
></LI
><LI
><P
>ISO/IEC 9075-14 XML-related specifications (<ACRONYM
CLASS="ACRONYM"
>SQL/XML</ACRONYM
>)</P
></LI
></UL
><P>
 </P
><P
>  <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> covers parts 1, 2, and 11.
  Part 3 is similar to the ODBC interface, and part 4 is similar to
  the <SPAN
CLASS="APPLICATION"
>PL/pgSQL</SPAN
> programming language, but
  exact conformance is not specifically intended or verified in either
  case.
 </P
><P
>  PostgreSQL supports most of the major features of SQL:2003.  Out of
  164 mandatory features required for full Core conformance,
  PostgreSQL conforms to at least 150.  In addition, there is a long
  list of supported optional features.  It may be worth noting that at
  the time of writing, no current version of any database management
  system claims full conformance to Core SQL:2003.
 </P
><P
>  In the following two sections, we provide a list of those features
  that <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> supports, followed by a
  list of the features defined in <ACRONYM
CLASS="ACRONYM"
>SQL:2003</ACRONYM
> which
  are not yet supported in <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
>.
  Both of these lists are approximate: There may be minor details that
  are nonconforming for a feature that is listed as supported, and
  large parts of an unsupported feature may in fact be implemented.
  The main body of the documentation always contains the most accurate
  information about what does and does not work.
 </P
><DIV
CLASS="NOTE"
><BLOCKQUOTE
CLASS="NOTE"
><P
><B
>Note: </B
>   Feature codes containing a hyphen are subfeatures.  Therefore, if a
   particular subfeature is not supported, the main feature is listed
   as unsupported even if some other subfeatures are supported.
  </P
></BLOCKQUOTE
></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="FEATURES-SQL-STANDARD"
>D.1. Supported Features</A
></H1
><P
>    <DIV
CLASS="INFORMALTABLE"
><P
></P
><A
NAME="AEN65393"
></A
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><COL><COL><COL><COL><THEAD
><TR
><TH
>Identifier</TH
><TH
>Package</TH
><TH
>Description</TH
><TH
>Comment</TH
></TR
></THEAD
><TBODY
><TR
><TD
>B012</TD
><TD
>&nbsp;</TD
><TD
>Embedded C</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>B021</TD
><TD
>&nbsp;</TD
><TD
>Direct SQL</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E011</TD
><TD
>Core</TD
><TD
>Numeric data types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E011-01</TD
><TD
>Core</TD
><TD
>INTEGER and SMALLINT data types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E011-02</TD
><TD
>Core</TD
><TD
>REAL, DOUBLE PRECISION, and FLOAT data types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E011-03</TD
><TD
>Core</TD
><TD
>DECIMAL and NUMERIC data types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E011-04</TD
><TD
>Core</TD
><TD
>Arithmetic operators</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E011-05</TD
><TD
>Core</TD
><TD
>Numeric comparison</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E011-06</TD
><TD
>Core</TD
><TD
>Implicit casting among the numeric data types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021</TD
><TD
>Core</TD
><TD
>Character data types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-01</TD
><TD
>Core</TD
><TD
>CHARACTER data type</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-02</TD
><TD
>Core</TD
><TD
>CHARACTER VARYING data type</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-03</TD
><TD
>Core</TD
><TD
>Character literals</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-04</TD
><TD
>Core</TD
><TD
>CHARACTER_LENGTH function</TD
><TD
>trims trailing spaces from CHARACTER values before counting</TD
></TR
><TR
><TD
>E021-05</TD
><TD
>Core</TD
><TD
>OCTET_LENGTH function</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-06</TD
><TD
>Core</TD
><TD
>SUBSTRING function</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-07</TD
><TD
>Core</TD
><TD
>Character concatenation</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-08</TD
><TD
>Core</TD
><TD
>UPPER and LOWER functions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-09</TD
><TD
>Core</TD
><TD
>TRIM function</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-10</TD
><TD
>Core</TD
><TD
>Implicit casting among the character string types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-11</TD
><TD
>Core</TD
><TD
>POSITION function</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E021-12</TD
><TD
>Core</TD
><TD
>Character comparison</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E031</TD
><TD
>Core</TD
><TD
>Identifiers</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E031-01</TD
><TD
>Core</TD
><TD
>Delimited identifiers</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E031-02</TD
><TD
>Core</TD
><TD
>Lower case identifiers</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E031-03</TD
><TD
>Core</TD
><TD
>Trailing underscore</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E051</TD
><TD
>Core</TD
><TD
>Basic query specification</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E051-01</TD
><TD
>Core</TD
><TD
>SELECT DISTINCT</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E051-02</TD
><TD
>Core</TD
><TD
>GROUP BY clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E051-04</TD
><TD
>Core</TD
><TD
>GROUP BY can contain columns not in &lt;select list&gt;</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E051-05</TD
><TD
>Core</TD
><TD
>Select list items can be renamed</TD
><TD
>AS is required</TD
></TR
><TR
><TD
>E051-06</TD
><TD
>Core</TD
><TD
>HAVING clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E051-07</TD
><TD
>Core</TD
><TD
>Qualified * in select list</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E051-08</TD
><TD
>Core</TD
><TD
>Correlation names in the FROM clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E051-09</TD
><TD
>Core</TD
><TD
>Rename columns in the FROM clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061</TD
><TD
>Core</TD
><TD
>Basic predicates and search conditions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-01</TD
><TD
>Core</TD
><TD
>Comparison predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-02</TD
><TD
>Core</TD
><TD
>BETWEEN predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-03</TD
><TD
>Core</TD
><TD
>IN predicate with list of values</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-04</TD
><TD
>Core</TD
><TD
>LIKE predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-05</TD
><TD
>Core</TD
><TD
>LIKE predicate ESCAPE clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-06</TD
><TD
>Core</TD
><TD
>NULL predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-07</TD
><TD
>Core</TD
><TD
>Quantified comparison predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-08</TD
><TD
>Core</TD
><TD
>EXISTS predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-09</TD
><TD
>Core</TD
><TD
>Subqueries in comparison predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-11</TD
><TD
>Core</TD
><TD
>Subqueries in IN predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-12</TD
><TD
>Core</TD
><TD
>Subqueries in quantified comparison predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-13</TD
><TD
>Core</TD
><TD
>Correlated subqueries</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E061-14</TD
><TD
>Core</TD
><TD
>Search condition</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E071</TD
><TD
>Core</TD
><TD
>Basic query expressions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E071-01</TD
><TD
>Core</TD
><TD
>UNION DISTINCT table operator</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E071-02</TD
><TD
>Core</TD
><TD
>UNION ALL table operator</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E071-03</TD
><TD
>Core</TD
><TD
>EXCEPT DISTINCT table operator</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E071-05</TD
><TD
>Core</TD
><TD
>Columns combined via table operators need not have exactly the same data type</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E071-06</TD
><TD
>Core</TD
><TD
>Table operators in subqueries</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E081-01</TD
><TD
>Core</TD
><TD
>SELECT privilege</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E081-02</TD
><TD
>Core</TD
><TD
>DELETE privilege</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E081-03</TD
><TD
>Core</TD
><TD
>INSERT privilege at the table level</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E081-04</TD
><TD
>Core</TD
><TD
>UPDATE privilege at the table level</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E081-06</TD
><TD
>Core</TD
><TD
>REFERENCES privilege at the table level</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E081-08</TD
><TD
>Core</TD
><TD
>WITH GRANT OPTION</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E081-10</TD
><TD
>Core</TD
><TD
>EXECUTE privilege</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E091</TD
><TD
>Core</TD
><TD
>Set functions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E091-01</TD
><TD
>Core</TD
><TD
>AVG</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E091-02</TD
><TD
>Core</TD
><TD
>COUNT</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E091-03</TD
><TD
>Core</TD
><TD
>MAX</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E091-04</TD
><TD
>Core</TD
><TD
>MIN</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E091-05</TD
><TD
>Core</TD
><TD
>SUM</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E091-06</TD
><TD
>Core</TD
><TD
>ALL quantifier</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E091-07</TD
><TD
>Core</TD
><TD
>DISTINCT quantifier</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E101</TD
><TD
>Core</TD
><TD
>Basic data manipulation</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E101-01</TD
><TD
>Core</TD
><TD
>INSERT statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E101-03</TD
><TD
>Core</TD
><TD
>Searched UPDATE statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E101-04</TD
><TD
>Core</TD
><TD
>Searched DELETE statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E111</TD
><TD
>Core</TD
><TD
>Single row SELECT statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E121-01</TD
><TD
>Core</TD
><TD
>DECLARE CURSOR</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E121-02</TD
><TD
>Core</TD
><TD
>ORDER BY columns need not be in select list</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E121-03</TD
><TD
>Core</TD
><TD
>Value expressions in ORDER BY clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E121-04</TD
><TD
>Core</TD
><TD
>OPEN statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E121-08</TD
><TD
>Core</TD
><TD
>CLOSE statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E121-10</TD
><TD
>Core</TD
><TD
>FETCH statement implicit NEXT</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E121-17</TD
><TD
>Core</TD
><TD
>WITH HOLD cursors</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E131</TD
><TD
>Core</TD
><TD
>Null value support (nulls in lieu of values)</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E141</TD
><TD
>Core</TD
><TD
>Basic integrity constraints</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E141-01</TD
><TD
>Core</TD
><TD
>NOT NULL constraints</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E141-02</TD
><TD
>Core</TD
><TD
>UNIQUE constraints of NOT NULL columns</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E141-03</TD
><TD
>Core</TD
><TD
>PRIMARY KEY constraints</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E141-04</TD
><TD
>Core</TD
><TD
>Basic FOREIGN KEY constraint with the NO ACTION default for both referential delete action and referential update action</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E141-06</TD
><TD
>Core</TD
><TD
>CHECK constraints</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E141-07</TD
><TD
>Core</TD
><TD
>Column defaults</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E141-08</TD
><TD
>Core</TD
><TD
>NOT NULL inferred on PRIMARY KEY</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E141-10</TD
><TD
>Core</TD
><TD
>Names in a foreign key can be specified in any order</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E151</TD
><TD
>Core</TD
><TD
>Transaction support</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E151-01</TD
><TD
>Core</TD
><TD
>COMMIT statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E151-02</TD
><TD
>Core</TD
><TD
>ROLLBACK statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E152</TD
><TD
>Core</TD
><TD
>Basic SET TRANSACTION statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E152-01</TD
><TD
>Core</TD
><TD
>SET TRANSACTION statement: ISOLATION LEVEL SERIALIZABLE clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E152-02</TD
><TD
>Core</TD
><TD
>SET TRANSACTION statement: READ ONLY and READ WRITE clauses</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E161</TD
><TD
>Core</TD
><TD
>SQL comments using leading double minus</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>E171</TD
><TD
>Core</TD
><TD
>SQLSTATE support</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F021</TD
><TD
>Core</TD
><TD
>Basic information schema</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F021-01</TD
><TD
>Core</TD
><TD
>COLUMNS view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F021-02</TD
><TD
>Core</TD
><TD
>TABLES view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F021-03</TD
><TD
>Core</TD
><TD
>VIEWS view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F021-04</TD
><TD
>Core</TD
><TD
>TABLE_CONSTRAINTS view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F021-05</TD
><TD
>Core</TD
><TD
>REFERENTIAL_CONSTRAINTS view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F021-06</TD
><TD
>Core</TD
><TD
>CHECK_CONSTRAINTS view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F031</TD
><TD
>Core</TD
><TD
>Basic schema manipulation</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F031-01</TD
><TD
>Core</TD
><TD
>CREATE TABLE statement to create persistent base tables</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F031-02</TD
><TD
>Core</TD
><TD
>CREATE VIEW statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F031-03</TD
><TD
>Core</TD
><TD
>GRANT statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F031-04</TD
><TD
>Core</TD
><TD
>ALTER TABLE statement: ADD COLUMN clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F031-13</TD
><TD
>Core</TD
><TD
>DROP TABLE statement: RESTRICT clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F031-16</TD
><TD
>Core</TD
><TD
>DROP VIEW statement: RESTRICT clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F031-19</TD
><TD
>Core</TD
><TD
>REVOKE statement: RESTRICT clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F032</TD
><TD
>&nbsp;</TD
><TD
>CASCADE drop behavior</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F033</TD
><TD
>&nbsp;</TD
><TD
>ALTER TABLE statement: DROP COLUMN clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F034</TD
><TD
>&nbsp;</TD
><TD
>Extended REVOKE statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F034-01</TD
><TD
>&nbsp;</TD
><TD
>REVOKE statement performed by other than the owner of a schema object</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F034-02</TD
><TD
>&nbsp;</TD
><TD
>REVOKE statement: GRANT OPTION FOR clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F034-03</TD
><TD
>&nbsp;</TD
><TD
>REVOKE statement to revoke a privilege that the grantee has WITH GRANT OPTION</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F041</TD
><TD
>Core</TD
><TD
>Basic joined table</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F041-01</TD
><TD
>Core</TD
><TD
>Inner join (but not necessarily the INNER keyword)</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F041-02</TD
><TD
>Core</TD
><TD
>INNER keyword</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F041-03</TD
><TD
>Core</TD
><TD
>LEFT OUTER JOIN</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F041-04</TD
><TD
>Core</TD
><TD
>RIGHT OUTER JOIN</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F041-05</TD
><TD
>Core</TD
><TD
>Outer joins can be nested</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F041-07</TD
><TD
>Core</TD
><TD
>The inner table in a left or right outer join can also be used in an inner join</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F041-08</TD
><TD
>Core</TD
><TD
>All comparison operators are supported (rather than just =)</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F051</TD
><TD
>Core</TD
><TD
>Basic date and time</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F051-01</TD
><TD
>Core</TD
><TD
>DATE data type (including support of DATE literal)</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F051-02</TD
><TD
>Core</TD
><TD
>TIME data type (including support of TIME literal) with fractional seconds precision of at least 0</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F051-03</TD
><TD
>Core</TD
><TD
>TIMESTAMP data type (including support of TIMESTAMP literal) with fractional seconds precision of at least 0 and 6</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F051-04</TD
><TD
>Core</TD
><TD
>Comparison predicate on DATE, TIME, and TIMESTAMP data types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F051-05</TD
><TD
>Core</TD
><TD
>Explicit CAST between datetime types and character string types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F051-06</TD
><TD
>Core</TD
><TD
>CURRENT_DATE</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F051-07</TD
><TD
>Core</TD
><TD
>LOCALTIME</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F051-08</TD
><TD
>Core</TD
><TD
>LOCALTIMESTAMP</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F052</TD
><TD
>Enhanced datetime facilities</TD
><TD
>Intervals and datetime arithmetic</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F053</TD
><TD
>&nbsp;</TD
><TD
>OVERLAPS predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F081</TD
><TD
>Core</TD
><TD
>UNION and EXCEPT in views</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F111</TD
><TD
>&nbsp;</TD
><TD
>Isolation levels other than SERIALIZABLE</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F111-01</TD
><TD
>&nbsp;</TD
><TD
>READ UNCOMMITTED isolation level</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F111-02</TD
><TD
>&nbsp;</TD
><TD
>READ COMMITTED isolation level</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F111-03</TD
><TD
>&nbsp;</TD
><TD
>REPEATABLE READ isolation level</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F131</TD
><TD
>Core</TD
><TD
>Grouped operations</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F131-01</TD
><TD
>Core</TD
><TD
>WHERE, GROUP BY, and HAVING clauses supported in queries with grouped views</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F131-02</TD
><TD
>Core</TD
><TD
>Multiple tables supported in queries with grouped views</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F131-03</TD
><TD
>Core</TD
><TD
>Set functions supported in queries with grouped views</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F131-04</TD
><TD
>Core</TD
><TD
>Subqueries with GROUP BY and HAVING clauses and grouped views</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F131-05</TD
><TD
>Core</TD
><TD
>Single row SELECT with GROUP BY and HAVING clauses and grouped views</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F171</TD
><TD
>&nbsp;</TD
><TD
>Multiple schemas per user</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F191</TD
><TD
>Enhanced integrity management</TD
><TD
>Referential delete actions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F201</TD
><TD
>Core</TD
><TD
>CAST function</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F221</TD
><TD
>Core</TD
><TD
>Explicit defaults</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F222</TD
><TD
>&nbsp;</TD
><TD
>INSERT statement: DEFAULT VALUES clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F231</TD
><TD
>&nbsp;</TD
><TD
>Privilege tables</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F231-01</TD
><TD
>&nbsp;</TD
><TD
>TABLE_PRIVILEGES view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F231-02</TD
><TD
>&nbsp;</TD
><TD
>COLUMN_PRIVILEGES view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F231-03</TD
><TD
>&nbsp;</TD
><TD
>USAGE_PRIVILEGES view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F251</TD
><TD
>&nbsp;</TD
><TD
>Domain support</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F261</TD
><TD
>Core</TD
><TD
>CASE expression</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F261-01</TD
><TD
>Core</TD
><TD
>Simple CASE</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F261-02</TD
><TD
>Core</TD
><TD
>Searched CASE</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F261-03</TD
><TD
>Core</TD
><TD
>NULLIF</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F261-04</TD
><TD
>Core</TD
><TD
>COALESCE</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F271</TD
><TD
>&nbsp;</TD
><TD
>Compound character literals</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F281</TD
><TD
>&nbsp;</TD
><TD
>LIKE enhancements</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F302</TD
><TD
>&nbsp;</TD
><TD
>INTERSECT table operator</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F302-01</TD
><TD
>&nbsp;</TD
><TD
>INTERSECT DISTINCT table operator</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F302-02</TD
><TD
>&nbsp;</TD
><TD
>INTERSECT ALL table operator</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F304</TD
><TD
>&nbsp;</TD
><TD
>EXCEPT ALL table operator</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F311-01</TD
><TD
>Core</TD
><TD
>CREATE SCHEMA</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F311-02</TD
><TD
>Core</TD
><TD
>CREATE TABLE for persistent base tables</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F311-03</TD
><TD
>Core</TD
><TD
>CREATE VIEW</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F311-05</TD
><TD
>Core</TD
><TD
>GRANT statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F321</TD
><TD
>&nbsp;</TD
><TD
>User authorization</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F361</TD
><TD
>&nbsp;</TD
><TD
>Subprogram support</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F381</TD
><TD
>&nbsp;</TD
><TD
>Extended schema manipulation</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F381-01</TD
><TD
>&nbsp;</TD
><TD
>ALTER TABLE statement: ALTER COLUMN clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F381-02</TD
><TD
>&nbsp;</TD
><TD
>ALTER TABLE statement: ADD CONSTRAINT clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F381-03</TD
><TD
>&nbsp;</TD
><TD
>ALTER TABLE statement: DROP CONSTRAINT clause</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F391</TD
><TD
>&nbsp;</TD
><TD
>Long identifiers</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F401</TD
><TD
>&nbsp;</TD
><TD
>Extended joined table</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F401-01</TD
><TD
>&nbsp;</TD
><TD
>NATURAL JOIN</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F401-02</TD
><TD
>&nbsp;</TD
><TD
>FULL OUTER JOIN</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F401-04</TD
><TD
>&nbsp;</TD
><TD
>CROSS JOIN</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F411</TD
><TD
>Enhanced datetime facilities</TD
><TD
>Time zone specification</TD
><TD
>differences regarding literal interpretation</TD
></TR
><TR
><TD
>F421</TD
><TD
>&nbsp;</TD
><TD
>National character</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F431</TD
><TD
>&nbsp;</TD
><TD
>Read-only scrollable cursors</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F431-01</TD
><TD
>&nbsp;</TD
><TD
>FETCH with explicit NEXT</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F431-02</TD
><TD
>&nbsp;</TD
><TD
>FETCH FIRST</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F431-03</TD
><TD
>&nbsp;</TD
><TD
>FETCH LAST</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F431-04</TD
><TD
>&nbsp;</TD
><TD
>FETCH PRIOR</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F431-05</TD
><TD
>&nbsp;</TD
><TD
>FETCH ABSOLUTE</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F431-06</TD
><TD
>&nbsp;</TD
><TD
>FETCH RELATIVE</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F441</TD
><TD
>&nbsp;</TD
><TD
>Extended set function support</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F471</TD
><TD
>Core</TD
><TD
>Scalar subquery values</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F481</TD
><TD
>Core</TD
><TD
>Expanded NULL predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F491</TD
><TD
>Enhanced integrity management</TD
><TD
>Constraint management</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F501</TD
><TD
>Core</TD
><TD
>Features and conformance views</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F501-01</TD
><TD
>Core</TD
><TD
>SQL_FEATURES view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F501-02</TD
><TD
>Core</TD
><TD
>SQL_SIZING view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F501-03</TD
><TD
>Core</TD
><TD
>SQL_LANGUAGES view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F502</TD
><TD
>&nbsp;</TD
><TD
>Enhanced documentation tables</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F502-01</TD
><TD
>&nbsp;</TD
><TD
>SQL_SIZING_PROFILES view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F502-02</TD
><TD
>&nbsp;</TD
><TD
>SQL_IMPLEMENTATION_INFO view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F502-03</TD
><TD
>&nbsp;</TD
><TD
>SQL_PACKAGES view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F531</TD
><TD
>&nbsp;</TD
><TD
>Temporary tables</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F555</TD
><TD
>Enhanced datetime facilities</TD
><TD
>Enhanced seconds precision</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F561</TD
><TD
>&nbsp;</TD
><TD
>Full value expressions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F571</TD
><TD
>&nbsp;</TD
><TD
>Truth value tests</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F591</TD
><TD
>&nbsp;</TD
><TD
>Derived tables</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F611</TD
><TD
>&nbsp;</TD
><TD
>Indicator data types</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F651</TD
><TD
>&nbsp;</TD
><TD
>Catalog name qualifiers</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F672</TD
><TD
>&nbsp;</TD
><TD
>Retrospective check constraints</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F701</TD
><TD
>Enhanced integrity management</TD
><TD
>Referential update actions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F711</TD
><TD
>&nbsp;</TD
><TD
>ALTER domain</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F761</TD
><TD
>&nbsp;</TD
><TD
>Session management</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F771</TD
><TD
>&nbsp;</TD
><TD
>Connection management</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F781</TD
><TD
>&nbsp;</TD
><TD
>Self-referencing operations</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F791</TD
><TD
>&nbsp;</TD
><TD
>Insensitive cursors</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>F801</TD
><TD
>&nbsp;</TD
><TD
>Full set function</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>S071</TD
><TD
>Enhanced object support</TD
><TD
>SQL paths in function and type name resolution</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>S111</TD
><TD
>Enhanced object support</TD
><TD
>ONLY in query expressions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>S211</TD
><TD
>Enhanced object support</TD
><TD
>User-defined cast functions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T031</TD
><TD
>&nbsp;</TD
><TD
>BOOLEAN data type</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T071</TD
><TD
>&nbsp;</TD
><TD
>BIGINT data type</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T141</TD
><TD
>&nbsp;</TD
><TD
>SIMILAR predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T151</TD
><TD
>&nbsp;</TD
><TD
>DISTINCT predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T171</TD
><TD
>&nbsp;</TD
><TD
>LIKE clause in table definition</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T191</TD
><TD
>Enhanced integrity management</TD
><TD
>Referential action RESTRICT</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T201</TD
><TD
>Enhanced integrity management</TD
><TD
>Comparable data types for referential constraints</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T211-01</TD
><TD
>Active database, Enhanced integrity management</TD
><TD
>Triggers activated on UPDATE, INSERT, or DELETE of one base table</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T211-02</TD
><TD
>Active database, Enhanced integrity management</TD
><TD
>BEFORE triggers</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T211-03</TD
><TD
>Active database, Enhanced integrity management</TD
><TD
>AFTER triggers</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T211-04</TD
><TD
>Active database, Enhanced integrity management</TD
><TD
>FOR EACH ROW triggers</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T211-07</TD
><TD
>Active database, Enhanced integrity management</TD
><TD
>TRIGGER privilege</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T212</TD
><TD
>Enhanced integrity management</TD
><TD
>Enhanced trigger capability</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T231</TD
><TD
>&nbsp;</TD
><TD
>Sensitive cursors</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T241</TD
><TD
>&nbsp;</TD
><TD
>START TRANSACTION statement</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T271</TD
><TD
>&nbsp;</TD
><TD
>Savepoints</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T312</TD
><TD
>&nbsp;</TD
><TD
>OVERLAY function</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T321-01</TD
><TD
>Core</TD
><TD
>User-defined functions with no overloading</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T321-03</TD
><TD
>Core</TD
><TD
>Function invocation</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T321-06</TD
><TD
>Core</TD
><TD
>ROUTINES view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T321-07</TD
><TD
>Core</TD
><TD
>PARAMETERS view</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T322</TD
><TD
>PSM</TD
><TD
>Overloading of SQL-invoked functions and procedures</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T323</TD
><TD
>&nbsp;</TD
><TD
>Explicit security for external routines</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T351</TD
><TD
>&nbsp;</TD
><TD
>Bracketed SQL comments (/*...*/ comments)</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T441</TD
><TD
>&nbsp;</TD
><TD
>ABS and MOD functions</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T501</TD
><TD
>&nbsp;</TD
><TD
>Enhanced EXISTS predicate</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T551</TD
><TD
>&nbsp;</TD
><TD
>Optional key words for default syntax</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T581</TD
><TD
>&nbsp;</TD
><TD
>Regular expression substring function</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>T591</TD
><TD
>&nbsp;</TD
><TD
>UNIQUE constraints of possibly null columns</TD
><TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
>
   </P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="sql-keywords-appendix.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="unsupported-features-sql-standard.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><ACRONYM
CLASS="ACRONYM"
>SQL</ACRONYM
> Key Words</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="appendixes.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Unsupported Features</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>