The latest 1z0-101 practice exam
Author: admin
Latest 1z0-101 exam dumps
Exam Number/Code: 1z0-101
Questions and Answers:114 Q&As
Updated: 2009-09-24
Register for Exam: Prometric/Pearson VUE
Exam Name:develop pl/sql program units
1z0-101 dumps Description
Credit Toward CertificationWhen you pass Exam 1z0-101: develop pl/sql program units, you complete the requirements for the following certification(s):
Oracle Certified Technical Specialist: develop pl/sql program units Note This preparation guide is subject to change at any time without prior notice and at the sole discretion of Oracle. Oracle exams might include adaptive testing technology and simulation items. Oracle does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format.
we have Pass4side 1z0-101 practice exam,Pass4side 1z0-101 braindumps,Pass4side 1z0-101 study guide,Pass4side 1z0-101 dumps.and Pass4sure 1z0-101 exam,Pass4sure 1z0-101 practice exam,pass4sure 1z0-101 study guide. and we have Testking 1z0-101 exam,Testking 1z0-101 study guide,testking 1z0-101 braindumps.etc.
Pass4side professional IT Q&As vendors, offer well after-sale service for 1z0-101 Exam. To all the customers buy the real 1z0-101 Exam questions and answers, Pass4side provide track service for 1z0-101 study guides. when you buy the Q&As with in 3 months. you can enjoy the upgrade Q&As service for free with 1z0-101 practice exam. If in this period, the certified test center change the 9i Internet Application Developer 1z0-101 Exam Q&As, we will update the 1z0-101 simulations Q&A in the first time, and provide you the download update for free
Exam : Oracle 1Z0-101
Title : Develop Pl/Sql Program Units
1. The procedure ADD_PRODUCT is defined within a package specification as follows:
PROCEDURE ADD_PRODUCT
(p_prodno NUMBER, p_prodname VARCHAR2);
Which procedure declaration cannot be added to the package specification?
A. PROCEDURE add_product
(p_order_date DATE);
B. PROCEDURE add_product
(p_name VARCHAR2, p_ordered DATE);
C. PROCEDURE add_product
(p_prodname VARCHAR2, p_price NUMBER);
D. PROCEDURE add_product
(p_price NUMBER, p_description VARCHAR2);
Answer: D
2. The programmer who developed a procedure ACCOUNT_TRANSACTION left the organization. You are assigned the task of modifying this procedure. You want to find all the program units invoking the ACCOUNT_TRANSACTION procedure. How can you find this information?
A. Query the USER_SOURCE data dictionary view.
B. Query the USER_PROCEDURES data dictionary view.
C. Query the USER_DEPENDENCIES data dictionary view.
D. Set the SQL*Plus environment variable TRACECODE=TRUE and run the ACCOUNT_TRANSACTION procedure.
E. Set the SQL*Plus environment variable DEPENDENCIES=TRUE and run the ACCOUNT_TRANSACTION procedure.
Answer: C
3. Which part of a database trigger determines the number of times the trigger body executes?
A. trigger type
B. trigger body
C. trigger event
D. trigger timing
Answer: A
4. Which code can you use to ensure that the salary is neither increased by more than 10% at a time nor is it ever decreased?
A. ALTER TABLE emp ADD
CONSTRAINT ck_sal CHECK (sal BETWEEN sal AND sal*1.1);
B. CREATE OR REPLACE TRIGGER check_sal
BEFORE UPDATE OF sal ON emp
FOR EACH ROW
WHEN (new.sal < old.sal OR
new.sal > old.sal * 1.1)
BEGIN
RAISE_APPLICATION_ERROR ( – 20508, ‘Do not decrease salary nor increase by more than 10%’);
END;
C. CREATE OR REPLACE TRIGGER check_sal
BEFORE UPDATE OF sal ON emp
WHEN (new.sal < old.sal OR
new.sal > old.sal * 1.1)
BEGIN
RAISE_APPLICATION_ERROR ( – 20508, ‘Do not decrease salary nor increase by more than 10%’);
END;
D. CREATE OR REPLACE TRIGGER check_sal
AFTER UPDATE OF sal ON emp
WHEN (new.sal < old.sal OR
-new.sal > old.sal * 1.1)
BEGIN
RAISE_APPLICATION_ERROR ( – 20508, ‘Do not decrease salary nor increase by more than 10%’);
END;
Answer: B
5. Which two statements about packages are true? (Choose two.)
A. Packages can be nested.
B. You can pass parameters to packages.
C. A package is loaded into memory each time it is invoked.
D. The contents of packages can be shared by many applications.
E. You can achieve information hiding by making package constructs private.
Answer: DE
if you think the exam questions and answers are excellent , you can view : 1z0-101 Practice exam
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
Leave a Reply
You must be logged in to post a comment.