Example & Tutorial understanding programming in easy ways.

What is partial dependency in database table?

Partial dependency:


When any part of candidate key is define some non prime attribute then this is called as partial dependency.


 Example:

candidate key is:  AB

where, A and B is the prime attribute.

and ,

A -> c

-Here A is define the C attribute then this type of dependency is called as partial dependency.

Read More →