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