E.g., ``___%'' matches any string with at least 3 characters.
E.g., like ``ab%tely % '' escape `` '' matches all the strings beginning with ``ab'' followed by a sequence of characters and then ``tely'' and then ``% ''.
Backslash overrides the special meaning of these symbols.
select cnamefrom customer
where street like ``%Main%''