I am importing data from an Excel sheet, and I am at a point where I have one table with parent and child rows. Child rows have around the same columns as the parent rows, except that the child row has null in column A, which is my primary key for the parent rows and my foreign key-to-be for the child row.I am importing data from an Excel sheet, and I