Which of the following attribute is used to declare a record that represents a row in a database table, without listing all the columns?

Options
- %ROWTYPE
- %Record
- %field
- None of the Above


CORRECT ANSWER : %ROWTYPE

Discussion Board
%ROWTYPE

The %ROWTYPE attribute is used to declare a record that represents a row in a database table, without listing all the columns. The %ROWTYPE attribute provides a record type that represents a row in a database table. The record can store an entire row of data selected from the table or fetched from a cursor or cursor variable. Fields in a record and corresponding columns in a row have the same names and datatypes.

Prajakta Pandit 02-20-2017 06:21 AM

Write your comments


Enter the code shown above:

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


Advertisement