120k views
2 votes
You notice that somehow you have duplicate records for some of your clients in your database. What should you do?

User Leftend
by
5.2k points

2 Answers

2 votes

Inspect them and make sure that they are exact copies then delete one if they are the same.

User Alf
by
6.1k points
7 votes

Answer:

Verify the issue and the delete the duplicate record.

Step-by-step explanation:

This is a very common situation. Sometimes users access to the database and create an entry two times by accident when two of them are using the same feature of a shared program or when there is a bug which may corrupt the database duplicating information. What you should do is go and check the duplicated record and also review if there is more duplicated data. Try to find the root cause to prevet this from happeing again and, finally, delete the duplicated record.

User Aron Lorincz
by
5.2k points