1. Display all food items that cost more than 150. 2. List the `food_name` and `price` of all items, sorted by `price` from lowest to highest. 3. Find all items in the 'Main Course' category that have ...
--- # Question 2 Display: * Customer Name * OrderID * Food Item * Restaurant Show all customers, even if they have not placed a matching order. --- # Question 3 Display: * Restaurant * Food Item * ...