AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: lavanya — October 6, 2006
    +1 votes
      + -

    Functional dependency relates to how one object depends upon the other in the database.
    for example, procedure/function sp2 may be called by procedure sp1. Then we say that sp1 has functional dependency on sp2.

  2. Submitted By: Pandian — October 6, 2006
    +4 votes
      + -

    Functional Dependence (FD): Given an enity E, attribute B of E is functionally dependent on attribute A of E if and only if each value of A in E has associated with it precisely one value of B in E(at any one time). In other words, A uniquely determines B.
    Full Funtional Dependence: Given an entity E, an attribute B of E is fully functionally dependent on a set of attributes A of E if and only if B is functinally dependent on A and not functionally dependent on any proper subset of A .

  3. Submitted By: homemaker — October 6, 2006
    not yet rated
      + -

    Pandian , would you please help me understand your answer better by giving an example ? Thank you very much.

  4. Submitted By: Hotshot — October 6, 2006
    +6 votes
      + -

    What functional dependence in the context of a database means is that :

    Assume that a table exists in the database called TABLE with a composite primary key (A, B) and other non-key attributes (C, D, E). Functional dependency in general, would mean that any non-key attribute - C D or E being dependent on the primary key (A and B)in our table here.

    Partial functional dependency, on the other hand, is another corollary of the above, which states that all non-key attributes - C D or E - if dependent on the subset of the primary key (A and B) and not on it as a whole.

    Example :
    ———-
    Fully Functional Dependent : C D E –> A B
    Partial Functional dependency : C –> A
    D E –> B

    Hope that helps!

  5. Submitted By: Surat Prakash — August 20, 2007
    +0 votes
      + -

    A functional dependency occurs when one attribute in a relation uniquely determines another attribute. This can be written A -> B which would be the same as stating “B is functionally dependent upon A.”
    Ex:-In a table listing employee characteristics including Social Security Number (SSN) and name, it can be said that name is functionally dependent upon SSN (or SSN -> name) because an employee’s name can be uniquely determined from their SSN. However, the reverse statement (name -> SSN) is not true because more than one employee can have the same name but different SSNs.

  6. Submitted By: hari — January 17, 2008
    not yet rated
      + -

    In an entity set called Employee having attributes emp.name,emp.id,emp.address.If someone says that attribute emp.name is functional dependency on attribute emp.id,it means for each value of attribute emp.id there is exactly one value of emp.name(note that reverse need not be true:as several employees could have same name which corresponds to different employees id.)

  7. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.