Response_PN_Data 
Logical Entity Name  Response_PN_Data 
Default Table Name  Response_PN_Data 
Definition  Coefficients of a polynomial 

Response_PN_Data Columns 
ColumnName  Domain  Datatype  NULL  Definition 
pn_id(PK)(FK)    NUMBER(8, 0)  NO  Polynomial identifier. Each polynomial is assigned a unique integer which identifies it in a database 
pn_nb(PK)    NUMBER(8, 0)  NO  This attribute denotes the coefficient number of a polynomial 
pn_value    BINARY_FLOAT  NO  This attribute denotes the coefficient value of a polynomial 

Response_PN_Data Primary and Unique Keys 
Key Name  Key Type  Keys 
RPND00  PrimaryKey  pn_id, pn_nb 

Response_PN_Data Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
Response_PN  Identifying  One To Zero or More  Res_PN_Dat_Res_PN      pn_id  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 

Response_PN_Data Check Constraints 
Check Constraint Name  CheckConstraint 
RPND01  pn_nb >= 1