Example & Tutorial understanding programming in easy ways.

What is third normal form?

Basically, we can say the table is in 3NF if:


- table is in 2NF

- and there is no transitive dependency.


Transitive dependency:-

When any Non-prime attribute defines the Non-prime attribute then it is called Transitive dependency.

Read More →