Case Sensitivity
Similar to all the identifiers, the variables, the names of constants, and parameters are not case sensitive. For illustration, PL/SQL considers the following names to be the similar:
DECLARE
zip_code INTEGER;
Zip_Code INTEGER; -- same as zip_code