Get premium membership and access questions with answers, video lessons as well as revision papers.

What is the meaning and use of LIKE operator in queries?

      

Explain the meaning and use of LIKE operator in queries.

  

Answers


Maurice
It is a special condition operator that matches string values by using the wildcard operator ? and *.
For example, LIKE b?t finds any word beginning with 'b' and ending with 't' such as bit, bat, or similar words.
maurice.mutuku answered the question on April 12, 2018 at 07:46


Next: What is the meaning and use of IS Not Null operator in queries?
Previous: What is the meaning and use of <> operator in queries?

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions