Multiple choice technology databases SQL is case sensitive True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation SQL keywords are case-insensitive in most database systems. SELECT, Select, and select are all treated identically. However, string literals and identifier naming (depending on system) may be case-sensitive.