About 4,840,000 results
Open links in new tab
  1. Functional Dependency in DBMS - GeeksforGeeks

    Jul 23, 2025 · To represent functional dependency in DBMS has two main features: left (LHS) and right (RHS) of the arrow (->). For example, if we have a table with attributes "X", "Y" and "Z" and the …

  2. Functional Dependency in DBMS: What is, Types and Examples

    Jun 28, 2024 · Functional Dependency (FD) is a constraint that determines the relation of one attribute to another attribute in a Database Management System (DBMS). Functional Dependency helps to …

  3. Functional Dependency in DBMS: Types, Examples & Best Practices

    Aug 8, 2025 · Functional Dependency in DBMS shows how one attribute depends on another. Learn its types, examples, properties, normalization use, and key best practices.

  4. Functional dependency in DBMS - Online Tutorials Library

    Functional dependency in DBMS, as the name suggests is a relationship between attributes of a table dependent on each other. Introduced by E. F. Codd, it helps in preventing data redundancy and gets …

  5. Functional Dependencies in DBMS: An In-Depth Guide

    Oct 29, 2025 · A functional dependency (FD) is a relationship between two sets of attributes in a relation (table). It shows how one set of attributes determines another. A functional dependency is key to …

  6. Functional Dependency in DBMS - Great Learning

    Jan 20, 2025 · In a relational database, a functional dependency is a link between attributes that establishes how one property uniquely identifies another. An employee's ID, for instance, can be …

  7. Types of Functional dependencies in DBMS - GeeksforGeeks

    Dec 3, 2025 · In relational database management, functional dependency is a concept that specifies the relationship between two sets of attributes where one attribute determines the value of another attribute.

  8. Functional Dependency in DBMS: Types, Rules & Examples - upGrad

    Jul 25, 2024 · Functional Dependency in DBMS is a rule that governs how one attribute relates to another within a database. It's like a guiding principle ensuring that for every value of a particular …

  9. Chapter 11 Functional DependenciesDatabase Design – 2nd Edition

    For any relation R, attribute Y is functionally dependent on attribute X (usually the PK), if for every valid instance of X, that value of X uniquely determines the value of Y. This relationship is indicated by the …

  10. Types of Functional Dependencies in DBMS + 4 Examples

    Jul 27, 2024 · What are functional dependencies? A functional dependency is a relationship between two sets of attributes in a database, where one set (the determinant) determines the values of the …