| D_Format_Data |
| Logical Entity Name | D_Format_Data |
| Default Table Name | D_Format_Data |
| Definition | Format data |
| D_Format_Data Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
id |
NUMBER(8, 0) | NO | A cross reference code to indicate this particular dictionary entry | |
row_id |
NUMBER(8, 0) | NO | Row identifier for the decoder keys | |
| key_d | VARCHAR2(80) | NO | This attribute denotes the decoder keys used by the data family type |
| D_Format_Data Primary and Unique Keys |
| Key Name | Key Type | Keys |
| D_F_D00 | PrimaryKey | id, row_id |
| D_Format_Data Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable | Initially Deferred |
| D_Format | Identifying | One To Zero or More | D_For_Dat_D_For | id | NO | NO | NO |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable | Initially Deferred |
| D_Format_Data Check Constraints |
| Check Constraint Name | CheckConstraint |
| D_F_D01 | row_id >= 0 |