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

ACS3 Data Model

Description Columns Query Constraints Triggers

IM_MONTHLY_SALARIES

Columns

NameTypeNullableInsertableUpdatableDeletableComment
USER_IDNUMBER(38)YNONONO 
SALARYNUMBER(38)YNONONO 

Query:

select user_id, salary/12 as salary
from im_employee_info
where salary_period = 'year'
union
select user_id, salary from im_employee_info
where salary_period = 'month'


Generated by OraSchemaDoc, (c) Aram Kananov, 2002