What is the difference between TABLE ACCESS STORAGE FULL FIRST ROWS vs TABLE ACCESS STORAGE FULL
While reviewing two versions of a SQL query I noticed TABLE ACCESS STORAGE FULL FIRST ROWS on the older version of SQL whereas got TABLE ACCESS STORAGE FULL on the newer version. So trying to understand what is the main difference between these 2 operations.