| Response_PN |
| Logical Entity Name | Response_PN |
| Default Table Name | Response_PN |
| Definition | Summary information on a polynomial |
| Response_PN Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
pn_id |
NUMBER(8, 0) | NO | Polynomial identifier. Each polynomial is assigned a unique integer which identifies it in a database | |
| name | VARCHAR2(80) | YES | This attribute denotes a descriptive name for a polynomial | |
| poly_type | VARCHAR2(1) | NO | This attribute represents the type of polynomial approximation | |
| lower_bound | BINARY_FLOAT | YES | This attribute denotes the polynomial lower bound | |
| upper_bound | BINARY_FLOAT | YES | This attribute denotes the polynomial upper bound | |
| max_error | BINARY_FLOAT | YES | This attribute represents the maximum error of polynomial approximation | |
| nb_coeff | NUMBER(8, 0) | YES | This attribute denotes the number of polynomial coefficients | |
| lddate | DATE | YES | Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Response_PN Primary and Unique Keys |
| Key Name | Key Type | Keys |
| RPN00 | PrimaryKey | pn_id |
| Response_PN Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable | Initially Deferred |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable | Initially Deferred |
| Response_PN_Data | Identifying | One To Zero or More | Res_PN_Dat_Res_PN | NO | NO | NO | |||
| Response | Non-Identifying | One To Zero or More | Res_Res_PN | NO | NO | NO |
| Response_PN Check Constraints |
| Check Constraint Name | CheckConstraint |
| RPN01 | nb_coeff >= 0 |
| RPN02 | poly_type IN ('C','L','M') |