1.

What Operator Performs Pattern Matching?

Answer»

Pattern MATCHING OPERATOR is LIKE and it has to used with TWO attributes:

  1. % means matches zero or more characters and
  2. _ ( underscore ) means matching EXACTLY one character

Pattern matching operator is LIKE and it has to used with two attributes:



Discussion

No Comment Found