Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
TEMP_Key | int | NUMBER(38,0) | int | int | false | primary key |
TEMP_Lnr | int | NUMBER(38,0) | int | int | false | ascending number |
TEMP_Int4 | int | NUMBER(38,0) | int | int | false | long numeric value |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_UC_TEMP | TEMP_Key, TEMP_Lnr | true | true | true | false |
Name | Local References | Foreign References |
---|
Return to the Index File