answersLogoWhite

0


Best Answer

The difference is that partial dependency is when a database's attribute is only partially dependent on the primary key. Fully functional dependency is when the attribute is entirely dependent on the key.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between partial dependency and fully functional dependency?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between Partial Functional Dependency and Full Functional Dependency?

A functional dependency is defined as a constraint between two sets of attributes in a relation from a database.Given a relation R, a set of attributes X in R is said to functionally determine another attribute Y, also in R, (written X→ Y) if and only if eachX value is associated with at most oneY value.A functional dependency X --> Y is full functional dependency if removal of any attribute 'k' from X means that the dependency does not hold any more. Full functional dependency is minimal in size.Partial Functional Dependency Indicates that if A and 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.A key is a set of attributes that uniquely identifies an entire tuple, a function dependency allow us to express constraints that uniquely identify the values of certain attribute.


What is Partial functional dependency?

Partial Functional Dependency Indicates that if A and 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. Say for Ex, consider the following functional dependency that exists in the Tbl_Staff table: StaffID,Name -------> BranchID BranchID is functionally dependent on a subset of A (StaffID,Name), namely StaffID. Source :http://www.mahipalreddy.com/dbdesign/dbqa.htm


What is Partial function?

Partial Functional Dependency Indicates that if A and 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. Say for Ex, consider the following functional dependency that exists in the Tbl_Staff table: StaffID,Name -------> BranchID BranchID is functionally dependent on a subset of A (StaffID,Name), namely StaffID. Source :http://www.mahipalreddy.com/dbdesign/dbqa.htm


What is partial dependencies?

Found a nice explanation here: http://www.e-consultancy.com/knowledge/glossary/1163/partial-functional-dependency.html In database terminology, a partial functional dependency occurs when the value in a non-key attribute of a table is dependent on the value of some part of the table's primary key (but not all of it).


Diffentiate between full and partial dependency?

Full Dependency:Given a relation R and functional dependency x->y (y is fully functionally dependent on x)there is no any z->y ,where Z is a proper subset of xPartial Dependency:If any proper subset of the key determine any of the non-key attributes then there exist a partial dependency p q->c d (p q is the primary key)p->cq->cp->dq->d


What is dependent function?

Partial Functional Dependency Indicates that if A and 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. Say for Ex, consider the following functional dependency that exists in the Tbl_Staff table: StaffID,Name -------> BranchID BranchID is functionally dependent on a subset of A (StaffID,Name), namely StaffID. Source :http://www.mahipalreddy.com/dbdesign/dbqa.htm


Describe the purpose of normalizing data and also list out the dependencies involved in the process of normalization?

The purpose of normalizing data in DBMS is to reduce the data redundancy and increase the consistency of data. a) Partial dependency: non-prime attribute ( field) depends on other non-prime attributes b) Functional dependency c) Transitive dependency


What is the difference between partial dependency and transitive dependency?

A partial dependency is a dependency where A is functionally dependant on B ( A → B), but there is some attribute on A that can be removed from A and yet the dependacy stills holds. For instance if the relation existed StaffNo, sName → branchNo Then you could say that for every StaffNo, sName there is only one value of branchNo, but since there is no relation between branchNo and staffNo the relation is only partial. In a transitive dependancy is where A → B and B → C, therefore A → C (provided that B → A, and C → A doesn't exist). In the relation staffNo → sName, position, salary, branchNo, bAddress branchNo → bAddress is a transitive dependacy because it exists on StaffNo via BranchNo. That is the difference. A partial dependency is a dependency where A is functionally dependant on B ( A → B), but there is some attribute on A that can be removed from A and yet the dependacy stills holds. For instance if the relation existed StaffNo, sName → branchNo Then you could say that for every StaffNo, sName there is only one value of branchNo, but since there is no relation between branchNo and staffNo the relation is only partial. In a transitive dependancy is where A → B and B → C, therefore A → C (provided that B → A, and C → A doesn't exist). In the relation staffNo → sName, position, salary, branchNo, bAddress branchNo → bAddress is a transitive dependacy because it exists on StaffNo via BranchNo. That is the difference.


What is the difference between partial and complete airway obstruction due to choking?

a partial airway is caused by a non tramatic mechanisim


What is a partial dependency in normalization in dbms?

I guess you will just have to google it my friend.. Yours Faithfully Gedz


Difference between global optimization and partial optimization?

essential diffrence between global and local optimization


What is difference between partial differentation and normal diffrentation?

Ordinary Diff -> One variable Partial Diff -> More than one variable