Multiple choice technology databases

SQL wildcards must not be used with the SQL LIKE operator.

  1. True

  2. False

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

SQL wildcards (% for any characters, _ for single character) are specifically designed to work with the LIKE operator for pattern matching. They cannot be used with standard comparison operators.