PL/SQL keywords are not case-sensitive
Q. PL/SQL keywords are not case-sensitive.- Published on 03 Jul 15a. True
b. False
ANSWER: True
The lower-case letters are equal to the corresponding upper-case letters except for the string and the character literals. Hence, we say that the PL/SQL keywords are not case-sensitive.