I have two table
Person[id , name , parent_id]
Parent[id , name]
I need to add a new person and then add the same person\'s parents in another table. Ho