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
Explain the use of indexes option in imp command.
What is the database name in oracle?
Is oracle a relational database?
What is tns entry?
What is user managed backup in Oracle?
How to define a data source name (dsn) in odbc manager?
How do I limit the number of rows returned by an oracle query after ordering?
Explain alias?
What is a oracle database?
Explain the use of parfile option in exp command.
How to create a new oracle data file?
IS it possible to built the oracle database without setting the kernal parameters?
what is insert all statement in sql
What happens to the current transaction if the session is killed?
What is a directory object?