Which of the following operator is used with wild card character? (a) Like (b) is (c) equal (d) =
Answers
Answered by
2
operator is used with wild card character is like
Answered by
3
"Option (a) Like.
The Like operator is used with the wild card character in Base. LIKE operator is used along with the wild card characters in the query to fetch exact results. For instance, in the query Select * from tablename where name LIKE 'A%'; returns the name that starts with the letter A. LIKE operator can be used with other wild card characters like % (percentage) and (_) underscore. Hence the operator used here with wild card charcter in Base is LIKE
"
Similar questions