Oracle Designer Model,
Release 6i
Uniqueness Criteria
USE_CASE_GENERALIZATION
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_USCUSC
| Unique Key Constraint | Column |
| UK_USCUSC |
(
1
)
SUBTYPE_REF
( 2 ) SUPERTYPE_REF |
| UK_USCUSC_2 |
(
1
)
SUPERTYPE_REF
( 2 ) SEQUENCE |
Uniqueness enforced in PL/SQL by the API
See API Spec for USE_CASE_GENERALIZATION