asked 112k views
5 votes
Which symbol is used in standard SQL as a wildcard to represent a series of one or more unspecified characters? % (percent sign) ; (semi-colon) _ (underscore) ! (exclamation mark) ? (question mark)

asked
User Melad
by
7.9k points

2 Answers

6 votes

Answer:

b

Step-by-step explanation:

answered
User Almaju
by
8.3k points
1 vote

Answer:

% (percent sign)

Step-by-step explanation:

% (percent sign) in SQL is used to represent any number of unspecified characters. For example, Ex% will match Example, Expensive, Exclaim, etc

answered
User JackD
by
8.5k points