What does case sensitive means? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What does case sensitive means?

SQL is case sensitive that means if we write in upper or lower case does it means the same.?

6th Oct 2017, 2:30 AM
Samarth Madan
Samarth Madan - avatar
5 Respostas
+ 2
It means use the "equalsIgnoreCase" method.syntax Syntax may vary from language to language.
6th Oct 2017, 2:44 AM
Dark Angel
Dark Angel - avatar
+ 2
It means that if you write a variable name in capitals, like NAME, and then you write a variable called name, they will be different variables.
6th Oct 2017, 2:46 AM
Learnsolo
+ 1
no, it's actually the opposite. case sensitive: HeLLo != hellO
6th Oct 2017, 2:33 AM
Mauro B
Mauro B - avatar
+ 1
Case sensitive means that uppercase and lowercase are treated as different.
6th Oct 2017, 4:52 AM
Abhishek Kumar Singh
Abhishek Kumar Singh - avatar
+ 1
Case sensitive: differentiating between capital and lower-case letters.
6th Oct 2017, 7:15 AM
Rishita
Rishita - avatar