Names for Constraints and Their Indexes
Constraints and their indexes are named automatically if no name was specified using the CONSTRAINT
clause:
-
The constraint name has the form
INTEG_n
, where n represents one or more digits -
The index name has the form
RDB$PRIMARYn
(for a primary key index),RDB$FOREIGNn
(for a foreign key index) orRDB$n
(for a unique key index).