Intern — Senior
SQL query to combine data from employers and employees tables
livecode
Task condition
There are two tables: Employers(id, Name, Company_Size) and Workers(id, Name, Position, Employer_Id). Formulate an SQL query that returns rows in the form (Employer_Name, Worker_Name, Position).