A

Admin • 833K Points
Coach

Q. What is the use of the `LIKE` operator?

  • (A) To match exact values
  • (B) To compare numeric values
  • (C) To match patterns in strings
  • (D) To sort values
  • Correct Answer - Option(C)
  • Views: 21
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

`LIKE` is used for pattern matching using `%` and `_` wildcards.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.