What is the use of LIKE keyword in SQL?
Answers
Answered by
0
Answer:
The SQL LIKE clause is used to compare a value to similar values using wildcard operators. There are two wildcards used in conjunction with the LIKE operator. The percent sign represents zero, one or multiple characters. The underscore represents a single number or character.
Similar questions
English,
1 month ago
Computer Science,
2 months ago
English,
10 months ago
Computer Science,
10 months ago