We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
/*Enter your query here.*/SELECTco.company_code,co.founder,COUNT(DISTINCTlm.lead_manager_code),COUNT(DISTINCTsm.senior_manager_code),COUNT(DISTINCTmn.manager_code),COUNT(DISTINCTem.employee_code)FROMCompanyAScoINNERJOINLead_ManagerASlmONco.company_code=lm.company_codeINNERJOINSenior_ManagerASsmONlm.lead_manager_code=sm.lead_manager_codeINNERJOINManagerASmnONsm.senior_manager_code=mn.senior_manager_codeINNERJOINEmployeeASemONmn.manager_code=em.manager_codeGROUPBYco.company_code,co.founderORDERbyco.Company_codeASC
Cookie support is required to access HackerRank
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 →