Question 6
View the Exhibit and examine the structure of the EMP table.
You want to create two procedures using the overloading feature to search for employee details based on either the employee name or employee number.
Which two rules should you apply to ensure that the overloading feature is used successfully? (Choose two.)
The procedures can be either stand-alone or packaged.
The procedures should be created only as packaged subprograms.
The procedures should be created only as stand-alone subprograms.
Each subprogram's formal parameters should differ in both name and data type.
The formal parameters of each subprogram should differ in data type but can use the same names.
Correct answer: BE