I am having difficulty trying to delete duplicate records in a table. The table has two columns "Social Security Number" and "Date of Birth". The problem is that there is no unique identifier on the table. The records are all unique when you combine ssn and dob, but there are multiple ssn with different dob.
I need to clean the data up so that there are no duplicate ssn in the table. The duplicate ssn all have different dob and we don't care what dob gets paired with the ssn.
Any suggestions?
I am completely out of ideas and the boss needs it done by 9:00 tomorrow.
Any help or suggestions would be greatly appreciated
I need to clean the data up so that there are no duplicate ssn in the table. The duplicate ssn all have different dob and we don't care what dob gets paired with the ssn.
Any suggestions?
I am completely out of ideas and the boss needs it done by 9:00 tomorrow.
Any help or suggestions would be greatly appreciated