Multiple choice technology databases

If a procedure that has overloaded procedures is called

  1. Normal Procedure

  2. Overloaded Procedure

  3. Packaged Procedure

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Oracle PL/SQL, subprogram overloading (defining multiple procedures with the same name but different parameters) is only supported within packages or as local subprograms, making it a packaged procedure feature here.