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

ACS3 Data Model

Description Columns Query Constraints Triggers

IM_PROJECT_STATUS

Columns

NameTypeNullableInsertableUpdatableDeletableComment
PROJECT_STATUS_IDNUMBER(38)NYESYESYES 
PROJECT_STATUSVARCHAR2(50.0)NYESYESYES 

Query:

select category_id as project_status_id, category as project_status
from categories
where category_type = 'Intranet Project Status'


Generated by OraSchemaDoc, (c) Aram Kananov, 2002