Datatypes used with a RECORD Type
Q. PL/SQL: Which datatypes can be used with a RECORD Type?- Published on 24 Jun 15a. NUMBER,VRCHAR2
b. %TYPE,OR %ROWTYPE
c. REF,CURSOR
d. BOTH A & B
e. BOTH B & C
ANSWER: BOTH A & B
A record is a data structure that can hold data items of different kinds. It consists of different fields similar to a row of a database table.