Write a PL/SQL block to show a reserved word can be used as a user-define identifier.
In the example below quoted user-defined identifiers "DECLARE", "Declare", and "declare" have been declared. The word DECLARE, Declare and declare represent the same reserved word, "DECLARE", "Declare", and "declare" represent different identifiers.
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer