The query returns the restaurant that serves both of these items; I am trying to create a query that checks if inputted drink is LIKE text in both drinkvariety & drinkname columns in Drinks table, and that checks if inputted food is LIKE text in both foodcategory and foodname in Food table. Only when the query inputted placeholders are LIKE …

