Multiple choice % rowtype dynamic data type is used in oracle PL/SQL to access single variable entire row of a table entire column of a table entire table multiple row Reveal answer Fill a bubble to check yourself B Correct answer Explanation %rowtype is used to select entire row of a table. It does not consider the datatype of the individuals cells.