App Logo

No.1 PSC Learning App

1M+ Downloads
In SQL, which 'LIKE' pattern matches any sequence of zero or more characters?

A-

B^

C!

D%

Answer:

D. %

Read Explanation:

  • SQL pattern matching enables you to use _ to match any single character and % to match an arbitrary number of characters (including zero characters).
  • In MySQL, SQL patterns are case-insensitive by default.
  • Some examples are shown here. Do not use = or <> when you use SQL patterns.

Related Questions:

The brain of any computer system is :
The word "computare" from which the word "computer" derived is a
Technology used in fourth generation computers is
A set of actions performed by the computer to convert data into information is called
Internal storage used in first generation computer is