which of of the following operator is used aswild card character
a.&
b.+
c.-
d.*
Answers
Answer:
*
Explanation:
This is your answer
This is uoir answer
Answer:
Wild card operators specifies Provide an easy way of groups of related files.
Wildcard. Alternatively referred to as a wild character or wildcard character, a wildcard is a symbol used to replace or represent one or more characters. Wildcards are typically either an asterisk (*), which represents one or more characters or question mark (?), which represents a single character.
A wildcard character is used to substitute any other character(s) 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. ... % - The percent sign represents zero, one, or multiple characters.
Wildcard character. 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.