SQL | Wildcard operator
A wildcard character is used to replace any character(s) in a string. Wildcard operator are used with SQL Like operator . The link to SQL WHERE Clause in mentioned in the article. Like operator are used with SQL WHERE CLAUSE to search for a particular pattern mentioned in the table/column. SQL Wildcard operators—> [SQL Like …