An internal LOB is _____.
A.
A table.
B.
A column that is a primary key.
C.
Stored in the database.
D.
A file stored outside of the database, with an internal pointer to it from a database column.
Explanation:
Internal LOBs are stored inside the database. To access the internal LOBs, Oracle provides the
DBMS_LOB package, which uses the locator to access the LOB values.Incorrect Answers:
A: An Internal LOB is a Data Type not a Table
B: An internal LOB is not a column that is a primary key
D: External LOBs are stored outside the database.