What is the meaning of functional dependencies in dbms?
Answers
Answered by
0
Functional dependency in DBMS. The attributes of a table is said to be dependent on each other when an attribute of a table uniquely identifies another attribute of the same table. For example: Suppose we have a student table with attributes: Stu_Id, Stu_Name, Stu_Age
Answered by
2
Hey !
A functional dependency occurs when one attribute in a relation uniquely determines another attribute. This can be written A -> B which would be the same as stating "B is functionally dependent upon A."
A functional dependency occurs when one attribute in a relation uniquely determines another attribute. This can be written A -> B which would be the same as stating "B is functionally dependent upon A."
Similar questions