Character values are case insensitive
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.