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