View: dbo.Wage_Plan_Exempt_Status_View
View definition
create view dbo.Wage_Plan_Exempt_Status_View
as
SELECT employee_other_state_setting_type_KEY, employee_other_state_setting_type_group_KEY, description
FROM dbo.Employee_Other_State_Setting_Type
WHERE (employee_other_state_setting_type_group_KEY = 2)