Science, asked by krantHi1689, 1 year ago

What is the meaning of functional dependencies in dbms?

Answers

Answered by Anonymous
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 Anonymous
2
Hey !<b>

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