Which three describe a stored procedure? (Choose three.)
A. A stored procedure is typically written in SQL.All users currently have the INSERT privilege on the PLAYER table. You only want your users to insert into this table using the ADD_PLAYER procedure. Which two actions must you take? (Choose two.)
A. GRANT SELECT ON ADD_PLAYER TO PUBLIC;Examine this code:

What does this trigger do?
A. The trigger records an audit trail when a user makes changes to the database.Which two statements about packages are true? (Choose two.)
A. Packages can be nested.When creating stored procedures and functions, which construct allows you to transfer values to and from the calling environment?
A. local variablesWhich two statements about packages are true? (Choose two.)
A. Both the specification and body are required components of a package.Examine this package:
The product table has more than 1000 rows. The SQL *Plus SERVEROUTPUT setting is turned on in your session.
You execute the procedure PROC1 from SQL*Plus with the command:
EXECUTE pack_cur.PROC1;
You then execute the procedure PROC2 from the SQL*Plus with the command EXECUTE pack_cur.PROC2;
What is the output in your session from the PROC2 procedure?
A. ERROR at line 1:Which statement about triggers is true?
A. You use an application trigger to fire when a DELETE statement occurs.Examine this function:

Which statement will successfully invoke this function in SQL*Plus?
A. SELECT CALC_PLAYER_AVG(PLAYER_ID) FROM PLAYER_BAT_STAT;You have the following table:

You create this trigger:
CREATE OR REPLACE TRIGGER Log_salary_increase AFTER UPDATE ON employees FOR EACH ROW WHEN (new.Salary andgt; 1000) BEGIN INSER INTO Emp_log (Emp_id, Log_date, New_salary, Action) VALUES (:new.Employee_id, SYSDATE, :new.SALary, 'NEW SAL'); END; /
Then, you enter the following SQL statement:
UPDATE Employees SET Salary = Salary + 1000.0 WHERE Department_id = 20;
What are the results in the EMP_LOG table?

Nowadays, 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.