SQL Functional Dependency in Hindi
SQL Course: Functional Dependency in SQL With Example in Hindi #sql #sqlserver #sqlforbeginners Functional Dependency (FD) in SQL is a relationship between two sets of attributes in a table. It specifies that the value of one attribute (the determinant) uniquely determines the value of another attribute (the dependent). In other words, it states that a set of attributes uniquely determines the value of another attribute. For example, if an Employee table contains an EmployeeID and EmployeeName, then EmployeeID is functionally dependent on EmployeeName.
SQL Course: Functional Dependency in SQL With Example in Hindi #sql #sqlserver #sqlforbeginners Functional Dependency (FD) in SQL is a relationship between two sets of attributes in a table. It specifies that the value of one attribute (the determinant) uniquely determines the value of another attribute (the dependent). In other words, it states that a set of attributes uniquely determines the value of another attribute. For example, if an Employee table contains an EmployeeID and EmployeeName, then EmployeeID is functionally dependent on EmployeeName.