I have a database full of customer data. It\'s so big that it\'s really cumbersome to operate on, and I\'d rather just slim it down to 10% of the customers, which is plenty
I usually just hand write the queries to delete the records I don't want and save that as a .sql file for future reference. The pseudocode is: