Why is it important to recognize and manage duplicate data in a database
What will be an ideal response?
It is possible that two (or more) identical values exist that should be treated as one. For example, generally you only want one CustomerID per customer so that you can identify all of his or her related orders and get an accurate view of the data.
Computer Science & Information Technology