| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
pn_id |
|
NUMERIC(8, 0) |
NO |
Polynomial identifier. Each polynomial is assigned a unique integer which identifies it in a database |
| name |
|
VARCHAR(80) |
YES |
This attribute denotes a descriptive name for a polynomial |
| poly_type |
|
VARCHAR(1) |
NO |
This attribute represents the type of polynomial approximation |
| lower_bound |
|
FLOAT |
YES |
This attribute denotes the polynomial lower bound |
| upper_bound |
|
FLOAT |
YES |
This attribute denotes the polynomial upper bound |
| max_error |
|
FLOAT |
YES |
This attribute represents the maximum error of polynomial approximation |
| nb_coeff |
|
NUMERIC(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 |