Multiple choice technology

In which field in the 'Function' window will you specify the PL/SQL function and in which format.

  1. Function Name, <package_name>.<procedure_name>

  2. Display Name, <package_name>.<procedure_name>

  3. Display Name, <function_name>

  4. Function Name, <package_name>.<function_name>

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

In the Function window, you specify the PL/SQL function using the format . in the Function Name field. This fully qualified name identifies the stored procedure within its package. The Display Name is just for human-readable labels, not the actual function specification.