| PN_Data |
| Logical Entity Name | PN_Data |
| Default Table Name | PN_Data |
| Definition | Coefficients of a polynomial |
| PN_Data Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
key |
NUMBER(8, 0) | NO | This attribute denotes a unique identifier for a response (poles & zeros) | |
row_key |
NUMBER(8, 0) | NO | Row key for responses | |
| pn_value | DOUBLE PRECISION | YES | This attribute denotes the coefficient value of a polynomial |
| PN_Data Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PND00 | PrimaryKey | key, row_key |
| PN_Data Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable |
| PN | Identifying | One To Zero or More | PN_Data_PN | key | NO | NO |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable |
| PN_Data Check Constraints |
| Check Constraint Name | CheckConstraint |
| PND01 | row_key >= 0 |