Multiple choice technology databases

Which wildcard character is used for a single character replacement

  1. %

  2. &

  3. _

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In SQL LIKE pattern matching, the underscore (_) wildcard character is used to represent exactly one single character. The percent sign (%) is used to represent zero or more characters.