-
+
The Information Schema
sql_identifier
Name of the database that contains the table that contains the
- column that is restricted by some constraint (always the
+ column that is restricted by this constraint (always the
current database)
sql_identifier
Name of the schema that contains the table that contains the
- column that is restricted by some constraint
+ column that is restricted by this constraint
sql_identifier
Name of the table that contains the column that is restricted
- by some constraint
+ by this constraint
column_name
sql_identifier
- Name of the column that is restricted by some constraint
+ Name of the column that is restricted by this constraint
position_in_unique_constraint
cardinal_number
- Not yet implemented
+ For a foreign-key constraint, ordinal position of the referenced
+ column within its unique constraint (count starts at 1);
+ otherwise null