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
explain normalization concept? : Sql dba
What is the sql*loader? : aql loader
Does access use sql?
Does truncate require commit?
What is clustered index in sql?
Is it possible to link two groups inside a cross products after the cross products group has been created?
How does pl sql work?
Is progress software supports to ( pl/sql )?
Why cross join is used?
What is compilation error in pl sql?
Does user triggers have entry for trigger with compilation errors?
What is a behavioral trigger?
What is the difference between microsoft sql and mysql?
Which is better cte or subquery?
What is the main difference between sql and pl/sql?