I have a SQL query as
SELECT EM.EmployeeId, EM.EmployeeName, EM.Email, Case When ISNULL(ETM.EmployeeTypeId,0) =2 then ETM.EmployeeType else null end