Answer Posted / hr@tgksolutions.com
The practice of structuring data to reduce redundancy and enhance data integrity is known as data normalization. It entails creating associations between the smaller tables in a database. The significance of normalization is that it
minimizes the duplication of data.
guarantees the consistency of the data.
simplifies the structure, which facilitates updating and maintenance.
removes unneeded data to improve query performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is procedure in database?
Which is fastest database?
What is a candidate key in a database?
What is data modelling techniques?
How do queries work in a database?
Where is the data stored in a database?
Explain about the properties of cursors?
What is metadata in dbms?
What is ddl in dbms?
What are the features of database language?
Is it possible to declare or create a cursor for update of table? If no tell me why?
How a Store Procedure called with a cursor out parameter.?
What are the advantages of database management system?
When connection to database is failed, Which exception will be thrown?
What do you understand by the terms entity, entity type, and entity set in dbms?