This Question is Answered
What Are Normalizations In DBMS?
What is dependencies?
asked 8 months ago
Answers
Normalization is a technique of designing databases to reduce the duplication of data. It is achieved by linking table through joins. The linked field(s) are called keys. Normalization can be done to 5 stages, however practically it is only done till the third normal form of 3NF.
1NF : Repeating groups are removed
2NF: Functional dependency is removed
3NF: Transitive dependency is removed
4NF: Multi-value dependency is removed.
answered 8 months ago
- What is normalization in sql server DBMS?
- What does a family holiday normally include?
- Lately I've been getting really anxious in public. Is this normal or should I consult my doctor?
- My seven-year-old daughter seems to be becoming obsessed with her looks. Is this normal?
- I've Been Feeding My Rats 'Reggie Rat Food' And They Are Getting Quite Fat Yet I Don't Seem To Give Them Much. Is This Normal?
Ask the Community a Question


