scopingwithin the similar scope all the declared


Scoping

Within the similar scope, all the declared identifiers should be unique. So, even if their datatypes differ, the variables and parameters cannot share the similar name. For illustration, two of the declarations below are illegal:

DECLARE
valid_id BOOLEAN;
valid_id VARCHAR2(5); -- illegal duplicate identifier
FUNCTION bonus (valid_id IN INTEGER) RETURN REAL IS...          -- illegal triplicate identifier

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: scopingwithin the similar scope all the declared
Reference No:- TGS0172486

Expected delivery within 24 Hours