Computer Science, asked by vivekgupta2014072, 9 months ago

Which operator performs pattern matching in SQL?

Answers

Answered by Tarav
0

Solution(By Examveda Team)

LIKE is a keyword that is used in the WHERE clause. Basically, LIKE allows us to do a search based operation on a pattern rather than specifying exactly what is desired (as in IN) or spell out a range (as in BETWEEN).

Answered by Anonymous
1

{\huge{\sf{\blue{\underline{\underline{ ❥Aɳʂɯҽɾ }}}}}}

The SQL LIKE Operator

LIKE is a keyword that is used in the WHERE clause. Basically, LIKE allows us to do a search based operation on a pattern rather than specifying exactly what is desired (as in IN) or spell out a range (as in BETWEEN).

Similar questions