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 the difference between clustered and non-clustered index in sql?
What is a sql driver?
What is plpgsql language?
what are the 'mysql' command line options? : Sql dba
How to install oracle sql developer?
Explain how can you save or place your msg in a table?
Explain some predefined exceptions.
Is sql pronounced sequel or sql?
What is sql and db2?
what is a constraint? Tell me about its various levels. : Sql dba
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
How much does sql cost?
What is string join?
Explain what is sql?
What are the types of variable use in pl sql?