answersLogoWhite

0


Best Answer

In DBMS there is three type of functional dependency

1 FULL FUNCTION DEPENDENCY.

2 PARTIALLY FUNCTION DEPENDENCY.

3 TRACIENT FUNCTION DEPENDENCY.

Functional Dependency can be classified as follows:

  • Full Functional dependency Indicates that if A and B are attributes(columns)of a table, B is fully functionally dependent on A if B is functionally dependent on A ,but not on any proper subset of A.

  • Partial Functional Dependency Indicates that if Aand B are attributes of a table , B is partially dependent on A if there is some attribute that can be removed from A and yet the dependency still holds.

  • Transitive Functional Dependency: A condition where A , B and C are attributes of a table such that if A is functionally dependent on B and Bis functionally dependent on C then C is Transitively dependent on A via B

For Detailed explanation with example visit Authors original Posting

http://www.mahipalreddy.com/dbdesign/dbqa.htm

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many types of functional dependencies in DBMS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many types of normal forms in DBMS?

total 6 normal forms


How many types relationship in DBMS?

There are 4 type of relationship ...one to oneone to manymany to manymany to one


How many countries and how many dependencies are located in the lesser antiles?

there are: 12 countries. 2 dependencies.


How many countries and how many dependencies are located in the lesser antill?

there are: 12 countries. 2 dependencies.


How many countries and how many dependencies are located in the lesser antilles?

there are: 12 countries. 2 dependencies.


How many dependencies are in the lesser antilles?

2


What is a many to many relationship in dbms?

Many to many relationship in DBMS is usually a mirror of the real-life relationship between objects that tables represent.


What are the 4 nerve cell in your body?

There are many types of cells associated with the nervous system. Examples are:Neurons (the functional unit of nervous system). There are many types of neurons as well.OligodendrocyteSchwann cells


What are the two main types of functional groups?

The two main types of functional groups are alkyl groups, which are hydrocarbon chains, and heteroatom groups, which contain at least one atom other than carbon and hydrogen. These functional groups play a crucial role in determining the chemical properties of organic compounds.


How many super keys are possible in DBMS having m attributes?

In dbms with m attributes 2^m-1 keys are possible. BY-ROHIT


What are the set of operation in dbms?

Relational set operators in dbms uses algebra to manipulates contents in a data base. there are many different operation in Dbms ,they are :- 1.Union 2.intersect 3.Product 4.select 5.Project 6.divide


Explain different types of attributes with example in DBMS.?

Different types of attributes in DBMS are:Key or non key attributesRequired or optional AttributesSimple or composite AttributesSingle-valued and multi-valued AttributesStored, Coded or derived Attributes