What is Normalization ?
Answer Posted / sachin
Normalization is a method of break down complex table’s
structure into simple table structure by using certain
rules. Normalization usually involves dividing a database
into two or more tables and defining relationships between
the tables. The objective of Normalization 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 via the defined
relationships. With the help of this method we can reduce
redundancy in a table and remove the problems of
inconsistency and reduce the amount of space.
see more info on this link
http://www.mindstick.com/Articles/88d5a271-b369-4c0a-ae80-01e66df98b6a/?What%20is%20Normalization?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oracle thin client?
Why use resource manager in Oracle?
List out the types of joins.
How to assign values to data fields in record variables?
Why do we use bulk collect in oracle?
Why do we use coalesce function in oracle?
How to experiment a data lock in oracle?
What are the general rules on data consistency?
How to compare dates in oracle sql?
Explain rename?
What are joins, explain all types of joins?
Difference between inner join vs where ?
Why do you use stored procedures and state some of its disadvantages?
What is Data Dictionary Cache in Oracle?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??