case sensitivitysimilar to all the identifiers


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

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: case sensitivitysimilar to all the identifiers
Reference No:- TGS0172487

Expected delivery within 24 Hours