🎴 Flashcard Mode

Oracle Database and PL/SQL Fundamentals

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following is the first step for using explicitly defined cursors within PL/SQL?

AnswerClick to flip back
A
Declare the cursor
💡 Explanation:

This is the first step for using explicitly defined cursors within PL/SQL that enables a user to define the cursor and assign a name to it.

Change Mode