What are the wildcards used for pattern matching?
The "LIKE" operator performs the pattern matching in SQL. for single character substitution and % for multi-character substitutions.