Few Questions on Oracle PL/SQL Programming
The CASE expression uses a selector which is: An expression whose value is used to select one of several alternatives.
With the CASE construct, if none of the legs is selected: Then the case_not_found exception is raised.
Read more on Few Questions on Oracle PL/SQL Programming…
