What is Normalization ?
Answer Posted / kannan
Defination : Normalization is the process of efficiently
organizing data in a database. There are two goals of the
normalization process: eliminating redundant data (for
example, storing the same data in more than one table) and
ensuring data dependencies make sense (only storing related
data in a table). Both of these are worthy goals as they
reduce the amount of space a database consumes and ensure
that data is logically stored. There are several benefits
for using Normalization in Database.
Benefits :
Eliminate data redundancy
Improve performance
Query optimization
Faster update due to less number of columns in one table
Index improvement
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Calculate difference between 2 date / times in oracle sql?
How to divide query output into groups in oracle?
Is there an oracle sql query that aggregates multiple rows into one row?
How to execute the package in oracle?
Explain alias?
What is the sid in oracle?
What is private procedure oracle?
What are the varoius components of physical database structure of oracle database?
What is oracle server autotrace in oracle?
How to create a stored program unit?
What is oracle database 10g express edition?
Explain an extent?
What are the uses of a database trigger?
Explain implicit cursor.
What is index in Oracle?