50.9k views
0 votes
In the database approach, the views of different user groups are integrated during database design. Ideally, we should have a database design that stores each logical data item—such as a student’s name or birth date—in only one place in the database. This is known as______

User Floele
by
4.9k points

1 Answer

4 votes

Answer:

The answer is "Data Normalization".

Step-by-step explanation:

Normalization of data is a pragmatic approach to decomposition tables and eliminate duplication and unwanted data inconsistency, such as addition, modification and delete irregularities.

  • It is important because it removes a variety of inconsistencies data, that may hinder data analysis.
  • Apart from deleting data, entering more information or upgrading current information, some of these irregularities can occur.
User Cam CHN
by
5.5k points