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

In SQL, character comparisons are case-sensitive by default, meaning 'A' is different from 'a'. String literals in WHERE conditions match exactly including case unless explicitly modified.