1Z0-147  Exam

Exam # of questions Description  Update
1Z0-147 82 Oracle 9i Program With PL/SQL... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

1Z0-147 - Exam Information
  • Description: Oracle 9i Program With PL/SQL
  • Passing Score: 0%
  • Practice Test - Number of questions: 82 questions
  • Simulation Test - Number of questions: 82 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

Examine this code: Which three are valid calls to the add_dept procedure? (Choose three.)

Answer(s)

  1. add_dept;
  2. add_dept( 'Accounting');
  3. add_dept( , 'New York');
  4. add_dept(p_location=> 'New York');
Correct Answer

add_dept;

add_dept( 'Accounting');

add_dept(p_location=> 'New York');