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 is schema? : Sql dba
What is partition by in sql?
What is dialect in sql?
What is sql integrity?
What is delimiter sql?
What is a sql select statement?
How do I partition in sql?
Why do we use sqlite?
Explain the working of primary key?
When is the explicit cursor used ?
How do I clear the screen in sql plus?
What are functions in sql?
how to fetch common records from two tables? : Sql dba
what are the join types in tsql? : Transact sql
Which type of cursor is used to execute the dml statement?