Q. Which of the following provides a way for your program to select multiple rows of data from the database and then process each row individually.

  • (A) PL/SQL Cursors
  • (B) PL/SQL Trigger
  • (C) PL/SQL Select
  • (D) PL/SQL Process
πŸ’¬ Discuss
βœ… Correct Answer: (A) PL/SQL Cursors
Explanation: Oracle creates a memory area which is known as the context area where the SQL statement is processed and which contains all the information which is needed for the processing. The cursor is the pointer to this context area.
Explanation by: Akshay Kulkarni
Oracle creates a memory area which is known as the context area where the SQL statement is processed and which contains all the information which is needed for the processing. The cursor is the pointer to this context area.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
260
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Akshay Kulkarni
Publisher
πŸ“ˆ
93%
Success Rate