Which two statements are true about the %ROWTYPE attribute? (Choose two.)
A.
It is used to declare a record that can hold multiple rows of a table.
B.
The attributes of fields in the record with the %ROWTYPE attribute can be modified manually.
C.
The attributes of fields in the record take their names and data types from the columns of the table, view, cursor, or cursor variable.
D.
It ensures that the data types of the variables that are declared with the %ROWTYPE attribute change dynamically when the underlying table is altered.
CD is the right answer
C and D
A and B are obviously wrong.
C,D
C,D
http://docs.oracle.com/cd/B19306_01/appdev.102/b14261/ref_cursor_type_definition.gif