Main Tables Views Indexes Constraints Triggers Procedures Functions Packages Sanity check Index

ACS3 Data Model

Description Columns Query Constraints Triggers

EVENTS_ORGANIZERS

Columns

NameTypeNullableInsertableUpdatableDeletableComment
ROLE_IDNUMBER(38)NNONONO 
EVENT_IDNUMBER(38)NNONONO 
ROLEVARCHAR2(200.0)NNONONO 
RESPONSIBILITIESCLOBYNONONO 
PUBLIC_ROLE_PCHAR(1.0)YNONONO 
USER_IDNUMBER(38)YNONONO 

Query:

select eor.*, eom.user_id
from events_event_organizer_roles eor, events_organizers_map eom
where eor.role_id=eom.role_id(+)


Generated by OraSchemaDoc, (c) Aram Kananov, 2002