CBSE Class 12 Computer Science Question 61 of 78

Simple Queries in SQL — Question 15

Back to all questions
15
Question

Question 15

Which operator performs pattern matching ?

  1. BETWEEN operator
  2. LIKE operator
  3. EXISTS operator
  4. None of these
Answer

LIKE operator

Reason — SQL includes a string-matching operator, LIKE, for comparisons on character strings using patterns.