Question d’entretien chez Delivery Hero

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

Réponse à la question d'entretien

Utilisateur anonyme

8 déc. 2021

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