本题思路题目已经给出了思路:使用三个"%"以及like,由此可得如下代码:
select prod_name,prod_desc from Products
where prod_desc like "%toy%carrots%"