| Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description | 
|---|---|---|---|---|---|---|
| USRP_OH_Idnr | int | NUMBER(38,0) | int | int | false | Connection to table USR | 
| USRP_Lnr | smallint | NUMBER(38,0) | smallint | smallint | false | Part of Primary Key | 
| USRP_Content | varbinary(255) | RAW(255) | varchar(255) for bit data | bytea | true | Encrypted password content | 
| Name | Fields | Primary | Unique | Clustered | Nonclustered | 
|---|---|---|---|---|---|
| PK_USRP | USRP_OH_Idnr, USRP_Lnr | true | true | true | false | 
| Name | Local References | Foreign References | 
|---|---|---|
| FK_USRP_USR | USRP_OH_Idnr | USR_OH_Idnr | 
Return to the Index File