answersLogoWhite

0


Best Answer

Normalizing data means eliminating redundant information from a table and organizing the data so that future changes to the table are easier.

Denormalization means allowing redundancy in a table. The main benefit of denormalization is improved performance with simplified data retrieval and manipulation.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between normalization and denormalization?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Find out functional dependencies?

A constraint between two sets of attributes is known as functional dependency in relational database. Determination of functional dependencies is vital in database denormalization, normalization and relational model.


What is the conflict between design efficiency information requirements and processing speed are often resolved through?

compromises that include denormalization


What is the advantage of denormalization over normalization?

If you meant disadvantage of normalization then these are the answer for your query. More tables to join: By spreading out your data into more tables, you increase the need to join tables. Tables contain codes instead of real data: Repeated data is stored as codes rather than meaningful data. Therefore, there is always a need to go to the lookup table for the value. Data model is difficult to query against: The data model is optimized for applications, not for ad hoc querying.


Solved examples of normalization in DBMS?

solved examples of normalization


What normalisation is used in IEEE 754 format?

none, it uses denormalization.


Normalization form in details in points and examples?

Normalization is a process to reduce redundancy. By using normalization we can easily remove duplicate entries..


What do you understand by Normalization?

Normalization is the process of organizing data in a database to reduce redundancy and dependency by dividing larger tables into smaller ones and defining relationships between them. It ensures data integrity and avoids anomalies like update, insert, or delete anomalies. Normalization is essential for efficient database design and maintenance.


Why need to turn un-normalization data into 1NF?

Un-normalization of data will return the actual values of outcome, which is real value. Because we scale the data in normalization process.


What is the purposed normalization in database?

The purpose of normalization is to reduce the chances for anomalies to occur in a database. The Normalization also forces you to use a database in a Object orientated manner. (This is good of course.)


How do you decide on what tables to use for Data Normalization?

To decide on what tables to use for Data Normalization it will depend with the data that you have.


Where could a person get data normalization services in Florida?

A person may get data normalization services in Florida from Gregg London. He runs U.P.C. Consulting and Data Normalization Services which is based in Florida.


When do you perform denormalization?

Generally to optimize the performance of select query. To minimize joins used in the query.