A CALL statement inside the trigger body enables you to call _____.
A. a packageGiven a function CALCTAX: : CREATE OR REPLACE FUNCTION calctax (sal NUMBER) RETURN NUMBER IS BEGIN RETURN (sal * 0.05); END; If you want to run the above function from the SQL*Plus prompt, which statement is true?
A. You need to execute the command CALCTAX(1000); .You need to create a trigger to ensure that information in the EMP table is only modified during business hours, Monday to Friday from 9:00am to 5:00pm. Which types of trigger do you create? (Choose two.)
A. row level AFTER INSERT OR UPDATE OR DELETE ON EMPExamine this code:

Which statements accurately call the stored function CALC_SAL ? (Choose two.)
A. UPDATE employees (calc_sal(salary)) SET salary = salary * calc_sal(salary);Which table should you query to determine when your procedure was last compiled?
A. USER_PROCEDURESExamine this code:

You execute the CREATE PROCEDURE statement above and notice that it fails. What are two reasons why it fails? (Choose two.)
A. The syntax of the UPDATE statement is incorrect.Examine this code:

You created the add_dept procedure above, and you now invoke the procedure in SQL*Plus. Which four are valid invocations? (Choose four.)
A. EXECUTE add_dept(p_loc=andgt;2500)Which two statements describe the state of a package variable after executing the package in which it is declared? (Choose two.)
A. It persists across transactions within a session.Examine this code:

Which statement removes the function?
A. DROP gen_email_name;When creating stored procedures and functions, which construct allows you to transfer values to and from the calling environment?
A. local variablesNowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-147 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.