Oracle Database 11g: Program with PL/SQL — Question 68

In which of the following scenarios would you recommend using PL/SQL records?

Answer options

Correct answer: A

Explanation

The correct answer is A because PL/SQL records are ideal for retrieving an entire row from a table, allowing for easy manipulation of the data. Options B, C, and D describe scenarios that are better suited for collections or other data structures, which do not take full advantage of the record's capability to handle row-level data efficiently.