Oracle Database Administration I — Question 139

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

Answer options

Correct answer: A, C, E

Explanation

Options A, C, and E are correct because an index block can indeed contain row data, row data starts at the end of the block, and the block header does have a row directory for tracking rows. Options B and D are incorrect as the data block header can vary in size and a table block does not have to always contain row data.