I have a pet table which has close to 20k records, I am trying to clean up these records as users have created duplicate pets. The reason I am doing is that I am sending birthday wishes to pets and do not want to send multiple wishes, and I am using the data in pet table to do that. Since there are more than 20k records I cannot manually edit/delete the records from bubble editor. I have to take an export, clean up the excel and reupload them again.
My question is that these pets are linked to user table and several other tables, When I take an export of the table delete the table contents and reupload the sanitised data. Will these links (link to user table etc) still exist? or will they be removed once the records in pet table are deleted?