I have a large table with over 1mld rows. I need to query them and one by one send them to a different system.
Should I use:
WHERE rownum <= 10 <
WHERE rownum <= 10