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 values stored in a database are case-sensitive; for example, the string 'abc' is not equal to 'ABC'. While SQL keywords themselves are case-insensitive, the actual string data within queries and tables is strictly case-sensitive, making the statement false.