%ROWTYPE is used to declare a record - Fundamentals of PL/SQL

Q.  Which of the following is used to declare a record?
- Published on 09 Jul 15

a. %ROWTYPE
b. %TYPE
c. Both A & B
d. None of the above

ANSWER: %ROWTYPE
 
The %ROWTYPE attribute helps in creating table and cursor based records.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)