SQL – Using placeholders to retrieve rows that are LIKE the placeholder

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 …

https://stackoverflow.com/questions/54984673/sql-using-placeholders-to-retrieve-rows-that-are-like-the-placeholder