What is normalization? Explain different levels of
normalization?
Answer Posted / subhash vandewar
Normalizatiin is the scientific method of breaking down
complex table sturcture into simple table structure by
using certain rules.using this method you can reduce
redundency in a table and eliminate the problem of
inconsisteny and disk space usage.
First Normal Form(1NF):
a table is said to be in first normal form when each
cell of the table prcisely contain one value.
Second Normal Form (2NF):
a table is said to be in second normal form when it is
in 1NF and every attribute in the row in functionaly
dependent upon whole key and not just a part of key.
Third Normal Form (3NF):
a table is said to be in second normal form when it is 2NF
and every non key attribute is functionaly dependent only
on the primary key.
| Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
Explain about relational database management systems?
What are the three basic rules which are to be followed for the relational model of the database?
To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?
Explain the rollup operator?
Explain about the hierarchical model of the database?
What are the three types of database design?
Explain about query and reporting.
On friday, you issued several insert statements using query analyzer. You then verified the data had been correctly entered with a select statement on monday, your users report that the data is not there what happened?
Explain about the database management systems.
Explain the cube operator?
How to customize error conditions.
Any sample or model question of punjab national bank for deputy manger IT or any sample of PNB.any1 plz do send on
explain detail about ftp in datastage?
What you can do to remove data from the cache and query plans from memory for testing the performance of a query repeatedly?
How can you fix a poorly performing query?