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
What is integrity and what is constraint??Explain with example
what is insert all statement in sql
What are the differences between primary key and unique key?
Is insert autocommit in oracle?
How to create a stored program unit?
How to bring a tablespace online?
What is a view and how is it different from a table?
How to use existing values in update statements using oracle?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What are the various types of snapshots ?
What is catalog in Oracle?
How to define an explicit cursor in oracle?
What is memory advisor in Oracle?
How to download oracle database 10g xe?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.