| Name | Type | Nullable | Insertable | Updatable | Deletable | Comment |
|---|---|---|---|---|---|---|
| ID | NUMBER(38) | N | YES | YES | YES | |
| CHECKSUM_TYPE | VARCHAR2(32) | Y | NO | NO | NO | |
| CHECKSUM | VARCHAR2(128) | N | YES | YES | YES |
Legend: comment string keyword reserved word operator
select c.id, ct.label checksum_type, c.checksum from rhnChecksum c left join rhnChecksumType ct on c.checksum_type_id = ct.id