Answer Posted / shahnaz
Normalization is used to improve the performance of database and is applied in the last step of logical database design.The Goal of Normalization is to
1.Eliminate the duplicate data from table
2.Ensure data dependency
we can achieve this by creating multiple tables for each set and by creating primary and foreign keys and building relationship between the newly created tables.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is primary key sql?
Why is stored procedure faster than query?
what is sql? : Sql dba
How do I use google cloud in sql?
what is isam? : Sql dba
What is scalar function in sql?
Explain ddl statements in pl/sql?
What are the parts of a sql statement?
What is a Mapplet?
What is a sql instance vs database?
What does dml mean?
Are stored procedures faster than dynamic sql?
What are the two different parts of the pl/sql packages?
What are pl/sql cursor exceptions?
Is sql harder than python?