| Name | Type | Nullable | Insertable | Updatable | Deletable | Comment |
|---|---|---|---|---|---|---|
| ORG_ID | NUMBER(38) | Y | NO | NO | NO | |
| ERRATA_ID | NUMBER(38) | N | NO | NO | NO | |
| CHANNEL_ID | NUMBER(38) | Y | NO | NO | NO |
Legend: comment string keyword reserved word operator
select ac.org_id, ce.errata_id, ac.channel_id from rhnChannelErrata ce, rhnAvailableChannels ac where ce.channel_id = ac.channel_id