answersLogoWhite

0

Why is normalisation necessary?

Updated: 10/18/2022
User Avatar

Wiki User

13y ago

Best Answer

Normalisation is necessary in database because of following:

  1. It eliminates data redundancy. Same data do not occur in more than one places.
  2. By making use of normalisation query process is easy.
  3. Data entry time is saved as the tables are broken down in repeating and not repeating fields.
  4. Data modification is made easy.
  5. Database becomes more flexible
  6. Inconsistent dependency is eliminated
User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is normalisation necessary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the role of normalisation in dbms?

with this normalisation only we reduce redudency


What are the disadvantages of normalisation?

When we use Normalisation it does not allow some of the modifications of the database. Another disadvantage of Normalisation is that it is only applicable in the Relational Database Management System.


What is the difference between normalisation and denormalisation?

Hi, Normalisation is used to reduce the redundancy of database. So, we divide the the data into smaller tables. These tables are related to each other through a relationship. Denormalisation is the reverse process of normalisation. In this we add redundancy of data and grouping of data to optimize the performance.


What normalisation is used in IEEE 754 format?

none, it uses denormalization.


What grade is 114 out of 185?

It is approx 62%. As to the grade, the answer will depend on any normalisation and grade boundaries.


What grade would you make if for missing one out of 15?

You would get 93.3%. The grade might well depend on normalisation.


What is de-normalisation in dbms?

Hi, Denormalisation is the process to read the performance by adding redundancy of data or by grouping of data.


Why normalisation necessary during database design?

Database normalization, or data normalization, is a technique to organize the contents of the tables for transactional databases and data warehouses. Normalization is part of successful database design; without normalization, database systems can be inaccurate, slow, and inefficient, and they might not produce the data you expect.


When was data normalisation started using?

It first began being used in 1970, but it was improved and enhanced up to 1974 and was in the form that we now use it.


If you have a 27 out of 30 on a test what grade would you get?

You score 90%. Your grade will depend on the grade boundaries determined by the testing organisation and any other normalisation.


What do the initials CEN stand for?

Actually "CEN" is an acronym and stands for "Comite Europeen de Normalisation" (translated to English this would be similar to "European Committee for Standardization".


What is normalization in DBMS?

Normalisation means make table very effective and usable means make table atomic ,unique primary key,not redundancy etc.