Datatypes used with RECORD Type - PL/SQL Datatypes
Q. Which datatypes can be used with a RECORD Type?- Published on 03 Jul 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.