Multiple choice technology databases Character values are case insensitive True 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.