What is normalization? Explain different levels of
normalization?
Answer Posted / kumaresan chandran
Normalization:
Normalization is the process of designing a data
model to efficiently store data in a database. The end
result is that redundant data is eliminated, and only data
related to the attribute is stored within the table.
First normal form (1NF):
An entity type is in 1NF when it contains no repeating
groups of data.
Second normal form (2NF):
An entity type is in 2NF when it is in 1NF and when all of
its non-key attributes are fully dependent on its primary key.
Third normal form (3NF):
An entity type is in 3NF when it is in 2NF and when all of
its attributes are directly dependent on the primary key.
| Is This Answer Correct ? | 57 Yes | 21 No |
Post New Answer View All Answers
Explain about the database management systems.
Who are naive users?
How to use online Backups?
Explain what a database is?
explain detail about ftp in datastage?
How you can make a parameterized view?
What are the constraints on severity level in raiseerror?
Any sample or model question of punjab national bank for deputy manger IT or any sample of PNB.any1 plz do send on
Explain about normal forms?
What are the main phases of database development?
Explain the role of indexing in databases?
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
What is the physical representation for a many-to-many relationship?
fact table and dimension table containg one to many relationship or many to one relastionship
What are the key features of dbms?