A food delivery system uses the following tables:
Restaurants: (RestaurantI...
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A food delivery system uses the following tables:
Restaurants: (RestaurantID, RestaurantName, City)
Dishes: (DishID, DishName, RestaurantID, Price)
You want to list all restaurants along with their dishes. If a restaurant has no dishes, it should still be displayed. Which queries will correctly produce the desired result? (select all that apply