You are viewing a single comment's thread. Return to all comments →
FROM COMPANY c , Lead_Manager lm , Senior_Manager sm , Manager m ,Employee e WHERE c.company_code = lm.company_code AND lm.company_code = sm.company_code AND sm.company_code = m.company_code AND m.company_code = e.company_code GROUP BY c.company_code, c.founder ORDER BY c.company_code;
Seems like cookies are disabled on this browser, please enable them to open this website
New Companies
You are viewing a single comment's thread. Return to all comments →