0% found this document useful (0 votes)
42 views

4 Jan 2021 Half Normal Form

The document discusses normal forms for database relations including first, second, and third normal forms. It defines each normal form and the requirements to be in that normal form such as having no repeating groups, partial dependencies, or transitive dependencies.

Uploaded by

Linda Brown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

4 Jan 2021 Half Normal Form

The document discusses normal forms for database relations including first, second, and third normal forms. It defines each normal form and the requirements to be in that normal form such as having no repeating groups, partial dependencies, or transitive dependencies.

Uploaded by

Linda Brown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1st normal form

A relation is in 1NF if it is already in unnormalized form and it has no repeating


group. Unique Elements, No repeating groups
Conversion- divide repeating group into a sar relation
To remove repeating group.
2nd Normal Form
A relation is in 2NF if it is already in 1NF and it has no partial dependencies.
Depending on some other dependency is called partial dependency.
Elements depending on some other element is partial dependency.
3rd Normal Form
A relation is in 3NF if it is already in 2NF and should have no transitive
dependency.
Transitive dependency
If a tends to b and b tends to c
Invoice

Repeating group
Transitive Dependency

ISBN → book author

Book author → country

Conclusion: ISBN → depends on Country

A → b and b → c

You might also like