7
7
The LIKE operator is used to check if field values match a specified pattern, and searches for less-than-exact but similar values.
25
9
The LIKE operator supports the use of two wildcards. (Wildcards provide more flexibility by allowing any character or group of characters in a string to be acceptable as a match for another string):
27
11
* Percentage (%): Represents zero or more values.