Multiple choice technology databases Which wildcard character is used for a single character replacement % & _ 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.