Pergunta de entrevista da empresa Delivery Hero

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

Resposta da entrevista

Sigiloso

8 de dez. de 2021

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