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 comparisons in SQL are case-sensitive by default. 'A' does not equal 'a'. However, some databases can be configured for case-insensitive comparisons, but the default behavior is case-sensitive.