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

ACS3 Data Model

Description Columns Query Constraints Triggers

IM_DEPARTMENTS

Columns

NameTypeNullableInsertableUpdatableDeletableComment
DEPARTMENT_IDNUMBER(38)NYESYESYES 
DEPARTMENTVARCHAR2(50.0)NYESYESYES 

Query:

select category_id as department_id, category as department
from categories
where category_type = 'Intranet Department'


Generated by OraSchemaDoc, (c) Aram Kananov, 2002