Wild card characters are used
a. In LIKE clause
b. In ORDER BY clause
c. In BETWEEN clause
d. In IN clause
Answers
Answered by
0
Answer:
wild card character are the characters which are used to find the file or folder whose exact name you don't know
Answered by
2
Answer:
huuuThe wildcard, underscore, is for matching any single character.
...
Overview of the SQL LIKE Operator.
Wildcard characters Description
_ Any single character search with the specified pattern
[] Any single character search within the specified range
Similar questions