Q. What is the use of the `LIKE` operator?
β
Correct Answer: (C)
To match patterns in strings
Explanation: `LIKE` is used for pattern matching using `%` and `_` wildcards.