Google News
logo
PL/SQL - Quiz(MCQ)
Which of the following is not true about large object data types and in PL/SQL?
A)
CLOB is used to store large blocks of character data in the database.
B)
NCLOB is used to store large blocks of NCHAR data in the database.
C)
BLOB is used to store character data in the database.
D)
BFILE is used to store large binary objects in operating system files outside the database.

Correct Answer :   BLOB is used to store character data in the database.

Advertisement