Computer Science

Which operator performs pattern matching ?

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

SQL Queries

3 Likes

Answer

LIKE operator

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

Answered By

1 Like


Related Questions