COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The process related to the relational data model for organizing data sets with high or close dependencies and interrelationships is the notion of____
A
Normalization
B
ERD
C
USB Disk
D
DFD
E
hard drive
Explanation: 

Detailed explanation-1: -Database normalization is the process of organizing a relational database in accordance with a series of so-called normal forms in order to reduce data redundancy and improve data integrity. It was first proposed by Edgar F. Codd.

Detailed explanation-2: -Basically, normalization is the process of efficiently organising data in a database. There are two main objectives of the normalization process: eliminate redundant data (storing the same data in more than one table) and ensure data dependencies make sense (only storing related data in a table).

Detailed explanation-3: -Denormalization is the process of adding precomputed redundant data to an otherwise normalized relational database to improve read performance of the database. Normalizing a database involves removing redundancy so only a single copy exists of each piece of information.

Detailed explanation-4: -Normalization is a process of organizing the data in database to avoid data redundancy, insertion anomaly, update anomaly & deletion anomaly. OR Normalization is the process of minimizing redundancy from a relation or set of relations.

There is 1 question to complete.