select   * from   Products where   prod_desc like '%toy%'    and prod_desc like '%carrots%'; select   * from   Products where   prod_desc like '%toy%carrots%'    or prod_...