(Choose 1 answer)
Pay attention into the following query:
SELECT * FROM R
WHERE A LIKE '%a%';
A. % (percent sign) represents exactly 1 character
So, in the above case, the wildcard % represents what?
B. % (percent sign) represents zero, one,or more characters
Exit (41