Oracle Database Administration I — Question 164

Which two statements are true about table data storage in an Oracle Database? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because it is possible for different pieces of a single row to be stored across multiple database blocks. Option C is also correct as a table row can be divided and stored over several blocks. Options B, D, and E are incorrect because they misrepresent the characteristics of free space and row storage in Oracle Database.