can please help me to write better than this query but i want same output ...
select a. emp_id,a.uid,a.LAST_NAME,a.FIRST_NAME,a.MIDDLE_INIT,a.L_ID ,a.MANAGER_ID,b.l_id,b.loc_desc,c.office_phone,c.home_phone,c.cell_phone from employee a, emp_location b ,emp_contact c where a.emp_id =c.emp_id and a.l_id =b.l_id