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 standard wildcard matching, the underscore character _ is used to represent a single character replacement, whereas the percent sign % represents zero or more characters.