Datatypes used with RECORD Type - PL/SQL Datatypes

Q.  Which datatypes can be used with a RECORD Type?
- Published on 03 Jul 15

a. 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.

Post your comment / Share knowledge


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