1.

What is the use of wildcard.

Answer»

The wildcard operators are used with the LIKE operator to search a value similar to a specific pattern in a column. There are 2 wildcard operators.

% – represents 0,1 or many characters – – represents a single number or character



Discussion

No Comment Found