Computer Science, asked by abhishekbanerjee8, 6 months ago

what are the wild card characters​

Answers

Answered by Anonymous
4

Answer:

In software, a wildcard character is a kind of placeholder represented by a single character, such as an asterisk ( * ), which can be interpreted as a number of literal characters or an empty string. It is often used in file searches so the full name need not be typed.

Explanation:

follow me....✌

Answered by shreee104
4

wildcard character is used to substitute one or more characters in a string. Wildcard characters are used with the SQL LIKE operator. The LIKE operator is used in a WHERE clause to search for a specified pattern in a column.

Similar questions