Similar Collections


    No collections found

questions

Title
PL/SQL Procedure consists of –

PL/SQL Procedure consists of –


  1. Header and Footer
  2. Body and Footer
  3. Header and Body
  4. None of the above
discuss
What is TRUE about header?

What is TRUE about header?


  1. Parameters and variables are contained in the header of the procedure.
  2. Similar to a general PL/SQL block, the header contains declarations, executions, and exceptions.
  3. Both A. and B.
  4. None of the above
discuss
How much number of ways is there to pass the parameters in procedure?

How much number of ways is there to pass the parameters in procedure?


  1. 1
  2. 2
  3. 3
  4. 4
discuss
Which of the following are the pass parameters in procedure?

Which of the following are the pass parameters in procedure?


  1. IN
  2. OUT
  3. INOUT
  4. All of the above
discuss
Which of the following pass parameters can be referenced by procedure?

Which of the following pass parameters can be referenced by procedure?


  1. IN, OUT
  2. OUT, INOUT
  3. IN, INOUT
  4. None of the above
discuss
Which of the following cannot be overwritten by procedure?

Which of the following cannot be overwritten by procedure?


  1. IN
  2. OUT
  3. INOUT
  4. None of the above
discuss
Which of the following can be performed in PL/SQL Procedure?

Which of the following can be performed in PL/SQL Procedure?


  1. Create
  2. Call
  3. Drop
  4. All of the above
discuss
In the contexts created by Oracle, a cursor represents a ____

In the contexts created by Oracle, a cursor represents a ____.


  1. Function
  2. Table
  3. Pointer
  4. None of the above
discuss
total MCQs: 8

MCQs

8

Views

111

Best Answers

299

Points

5