Oracle
1Z0-144 · Question #60
1Z0-144 Question #60: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-144 to reveal the answer and full explanation for question #60. The question stem and answer options stay visible for context.
Question
Examine the following package specification. SQL>CREATE OR REPLACE PACKAGE emp_pkf IS PROCEDURE search_emp (empdet NUMBER); PROCEDURE search_emp (empdet DATE); PROCEDURE search_emp (empdet NUMBER); RETURN VERCHAR2 PROCEDURE search_emp (empdet NUMBER); RETURN DATE END emp_pkg / The package is compiled successfully Why would it generate an error at run tune?
Options
- ABecause function cannot be overload
- BBecause function cannot differ only in return type.
- CBecause all the functions and procedures In the package cannot have the same number of
- DBecause the search EMP (EMPDET NUMBER) procedure and the SEARCH_DEPT (EMPDET
Unlock 1Z0-144 to see the answer
You've previewed enough free 1Z0-144 questions. Unlock 1Z0-144 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.