Parallel Table Scan operators work together under an exchange operator to do a sequential table scan in parallel. As each Parallel Table Scan operator requires rows, it takes the next unprocessed table page and returns rows from the page, one at a time. In this way, pages are divided between the operators to achieve parallel processing. Regardless of how the pages are distributed among the parallel table scan operators, all of the rows in the table are visited.