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 most SQL databases, character and string comparisons are case-sensitive by default. 'Scott' and 'scott' would be treated as different values unless specific collation settings are applied.