| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
key |
|
NUMERIC(8, 0) |
NO |
This attribute denotes a unique identifier for a response (poles & zeros) |
| name |
|
VARCHAR(80) |
YES |
Descriptive name |
| poly_type |
|
VARCHAR(1) |
YES |
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 |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |