Oracle Database: Advanced PL/SQL — Question 29

Which two are true about named notations in a PL/SQL subprogram? (Choose two.)

Answer options

Correct answer: D, E

Explanation

Option D is correct because if new required parameters are added to the formal parameter list, the subprogram calls need to be updated to include these parameters. Option E is also accurate as it states that any optional parameters can be omitted, which is true for named notations. The other options are incorrect because they misrepresent the rules governing parameter order and omission in named notation calls.