In: Computer Science
On your part time job at a gym, you notice that there are a lot of issues with member’s data. The number one pain area is duplicate and often triplicate records for same member. The owners see no issue with this and are reluctant to ‘cleanse’ the data. Advise them on what could be the consequence of not doing so.
solution:
given data:
On your part time job at a gym:
As mentioned in the question that the pain area has the duplicates and often triplets records for the same member, generally such type of problems are referred as data redundancy which means having multiple copies of same data in the database, it arises when the database is not normalized, if we not notice it then it originates the following problems:-
In order to avoid all these problem, we should avoid the data redundancy and it can be only achieved by making by the database normalized.
please give me thumb up