If you are updating one row in a table using the ROWID in the WHERE clause (assume that the row is not already in the buffer cache), what will be the minimum amount of information read to the database buffer cache?
Answer :
The block is the minimum amount of information read/copied to the database buffer cache.