Multiple choice A data block is _____. the place where all deleted records are persisted the largest logical storage unit ever available for any database block the smallest logical storage unit for a database object all of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation In Oracle database architecture, a data block is the smallest logical storage unit - typically 8KB or 16KB. All database data is stored in blocks, which are grouped into extents. Deleted records remain in their blocks until the space is reused.