Hi,
I have a table with 50 million records and have to delete 10 million records based on one condition. what is the best way to do this (without using much resources and also less time).
can we split those 10 million records and delete few at a time (say one million at a time).
Let me your ideas on this?