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