πŸ“’ Too many exams? Don’t know which one suits you best? Book Your Free Expert πŸ‘‰ call Now!

  • google app store apple app store
  • βœ–

      Question

      What is the correct sequence of operations for using an

      explicit PL/SQL cursor?
      A `OPEN`, `DECLARE`, `FETCH`, `CLOSE` Correct Answer Incorrect Answer
      B `DECLARE`, `FETCH`, `OPEN`, `CLOSE` Correct Answer Incorrect Answer
      C `DECLARE`, `OPEN`, `FETCH`, `CLOSE` Correct Answer Incorrect Answer
      D `OPEN`, `FETCH`, `DECLARE`, `CLOSE` Correct Answer Incorrect Answer
      E `FETCH`, `DECLARE`, `OPEN`, `CLOSE` Correct Answer Incorrect Answer

      Solution

      `DECLARE`, `OPEN`, `FETCH`, `CLOSE`

      Practice Next
      ask-question