Pay attention into the following query:

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 character
b. % (percent sign) represents exactly 1 character




Answer: A


Learn More :