The following table lists the data types for system-derived and system-generated column data types:
Derived or Generated Column | Data Type | Default Title |
---|---|---|
OID | VARBYTE | None |
ROWID |
|
None. There is no default title for the ROWID keyword because you cannot specify ROWID in the select list of any DML request. You can only specify ROWID in a CREATE JOIN INDEX DDL request. |
Identity column | Any of the following.
The upper limits for DECIMAL and NUMERIC types are the following.
You can define an identity column with more than 18 digits of precision, or even as a BIGINT or NUMBER(n,0) type, without the CREATE TABLE or ALTER TABLE request aborting, but the values generated by Vantage for the identity column remain limited to the DECIMAL(18,0) type and size. |
Default title for the column designated as an identity column. |
PARTITION | INTEGER | PARTITION |
PARTITION#L n |
|
PARTITION#L n |