AdBlock Detected!
Our website is made possible by displaying ads to our visitors. Please supporting us by whitelisting our website.
SQL Wildcard |
SQL > SQL Commands >
Wildcard
Wildcards are used in SQL to match a string pattern. There are two types of wildcards:
Wildcards are used with the LIKE operator in SQL. The application of wildcard in SQL will be shown in the SQL LIKE section. ExamplesBelow are some wildcard examples:
Exercises1. Which of the following strings satisfies the condition 'T_'? (There can be more than one answer)
2. Which of the following strings satisfies the condition 'A_B%'? (There can be more than one answer)
3. Which of the following strings satisfies the condition 'Z%K_R'? (There can be more than one answer)
|
Our website is made possible by displaying ads to our visitors. Please supporting us by whitelisting our website.