What is normalization and types of normalization?
Answer Posted / aa
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.
Is This Answer Correct ? | 204 Yes | 40 No |
Post New Answer View All Answers
What do you mean by table in sql?
what is index? : Sql dba
What is meaning of <> in sql?
What is pl sql variable?
How do you exit in sql?
How do you change a value in sql?
What is sql*loader?
What are synonyms in sql?
Can we use pl sql in mysql?
how to check myisam tables for errors? : Sql dba
How to avoid duplicate records in a query?
What are pl sql data types?
What are different types of sql commands?
What is function and procedure in pl sql?
How are functions and procedures called in PL/SQL?