Delivery Hero interview question

Write a simple SQL query to match 2 fields from one table and 2 fields from a different table

Interview Answer

Anonymous

8 Dec 2021

Solution involved using a simple INNER JOIN on a foreign key, and selecting the required fields.