adspace
Answer Posted / Deepak Maurya
Normalisation is a process used in database design to organize data in a logical and efficient manner. It aims to eliminate data redundancy, improve data integrity, and make the database easier to understand and manage. Normalisation has several stages (or 'normal forms'), each with its own set of rules for organizing data: first normal form (1NF), second normal form (2NF), third normal form (3NF), fourth normal form (4NF), and fifth normal form (5NF).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is your daily office routine?
Is inner join faster than left join?
what is schema? : Sql dba
How do I remove duplicates in two columns?
what is bcp? When does it used? : Sql dba
Can we use distinct and group by together?
What is the current version of postgresql?
how many tables will create when we create table, what are they? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what are aggregate and scalar functions? : Sql dba
what is collation? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
how to start mysql server? : Sql dba
Is primary key always clustered index?
what are the advantages of sql ? : Sql dba