Oracle Designer Model,
Release 6i
Uniqueness Criteria
SQL_QUERY_SET
Uniqueness may be enforced by database constraints and/or the API,
depending on the complexity of the uniqueness criteria
Uniqueness enforced by database constraints
The following unique key constraints exist for the underlying table SDD_SQS
| Unique Key Constraint | Column |
| UK_SQS |
(
1
)
MODULE_COMPONENT_REF
( 2 ) LIST_OF_VALUES_REF ( 3 ) SEQUENCE_NUMBER |
| UK_SQS_2 |
(
1
)
MODULE_COMPONENT_REF
( 2 ) LIST_OF_VALUES_REF ( 3 ) NAME |
Uniqueness enforced in PL/SQL by the API
See API Spec for SQL_QUERY_SET