Multiple choice technology databases

Character values are case insensitive

  1. True

  2. False

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

Character/string comparisons in SQL are case-sensitive by default - 'A' != 'a'. While some databases can be configured for case-insensitivity, the default behavior is case-sensitive. The statement claims they are case-insensitive, which is false.