Relational Database Management System (RDBMS) Question:

When is a functional dependency F said to be minimal?

Tweet Share WhatsApp

Answer:

► Every dependency in F has a single attribute for its right hand side.
► It cannot replace any dependency X -->A in F with a dependency Y--> A where Y is a proper subset of X and still have a set of dependency that is equivalent to F.
► We cannot remove any dependency from F and still have set of dependency that is equivalent to F.

Download RDBMS PDF Read All 98 RDBMS Questions
Previous QuestionNext Question
What is Functional Dependency?What is Multivalued dependency?