Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
USRG_USR_Idnr | int | NUMBER(38,0) | int | int | false | reference to the user (USR) |
USRG_USG_Idnr | int | NUMBER(38,0) | int | int | false | reference to the user group (USG) |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
NK_USRG_USG | USRG_USG_Idnr | false | false | false | false |
PK_USRG | USRG_USR_Idnr, USRG_USG_Idnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_USRG_OH_U | USRG_USR_Idnr | OH_Idnr |
FK_USRG_OH_G | USRG_USG_Idnr | OH_Idnr |
Return to the Index File