What is Normalization ?
Answer Posted / ravi kumar
Normalization is the relational database design technique
in which most ambiguity is removed.
Normalization usually involves dividing a database into two
or more tables and defining relationships between the
tables. The objective is to isolate data so that additions,
deletions, and modifications of a field can be made in just
one table and then propagated through the rest of the
database though the defined relationships.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
Explain the different normalization forms?
what are steps for interface? where is exchange rate defined in which table?
What are the differences between lov and list item?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
ABOUT IDENTITY?
What is a nested table and how is it different from a normal table?
How to convert a date to char in oracle? Give one example.
How do I connect to oracle?
How does Oracle guarantee data integrity of data changes?
What happens if the update subquery returns multiple rows?