πŸ“Š MySQL
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
πŸ’¬ Discuss
βœ… Correct Answer: (C) To match patterns in strings

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

Explanation by: Mr. Dubey
`LIKE` is used for pattern matching using `%` and `_` wildcards.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
67
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate