Multiple choice

Which of the following requires the usage of wild card characters?

  1. BETWEEN

  2. IN

  3. EXISTS

  4. LIKE

  5. UNION

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, this is the correct answer. Only LIKE demands wild card character '_' and '%' for comparisons in the SQL queries.