Oracle Database: Advanced PL/SQL — Question 14

Which two are true about collections and RECORD types? (Choose two.)

Answer options

Correct answer: A, F

Explanation

Option A is correct because a RECORD type can indeed hold fields from other RECORD types or any collection types. Option F is also accurate as VARRAYS, nested tables, and fields in %ROWTYPE do have a default value of null. The other options contain inaccuracies about the definitions and properties of collections and RECORD types.