PL/SQL - (Procedure Language|PL) SQL
About
PlSql is the development language of the oracle database.
SQL was designed from the start to operate on SETS (ie parallel task) whereas PL/SQL brought a lot in terms of exception handling.
Syntax
PL/SQL keywords are not case-sensitive, so lower-case letters are equivalent to corresponding upper-case letters except within string and character literals.