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

ACS3 Data Model

Description Columns Query Constraints Triggers

IM_YEARLY_SALARIES

Columns

NameTypeNullableInsertableUpdatableDeletableComment
USER_IDNUMBER(38)YNONONO 
SALARYNUMBER(38)YNONONO 

Query:

select user_id, round(salary * 12) as salary
from im_employee_info
where salary_period = 'month'
union
select user_id, salary from im_employee_info
where salary_period = 'year'


Generated by OraSchemaDoc, (c) Aram Kananov, 2002