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

Dec 8, 2021

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