Home »
MCQs »
DBMS MCQs
DBMS Functional Dependency MCQs
DBMS Functional Dependency MCQs: This section contains multiple-choice questions and answers on functional dependency in DBMS.
Submitted by Anushree Goswami, on March 31, 2022
1. Two attributes can be functionally ___ on/of each other.
- Dependent
- Independent
- Both A and B
- None of the above
Answer: A) Dependent
Explanation:
Two attributes can be functionally dependent on each other.
Discuss this Question
2. An attribute that is ___ and the primary key of a table are typically functionally dependent on one another.
- Key
- Non-Key
- One-Key
- Many-Key
Answer: B) Non-Key
Explanation:
An attribute that is non-key and the primary key of a table are typically functionally dependent on one another.
Discuss this Question
3. Functional dependencies are classified as ___ on the left.
- Dependent
- Determined
- Determinants
- Database
Answer: C) Determinants
Explanation:
Function dependencies are classified as determinants on the left.
Discuss this Question
4. ___ is the right side of making functional dependency.
- Determinants
- Dependency
- Independency
- None
Answer: B) Dependency
Explanation:
Dependency is the right side of making functional dependency.
Discuss this Question
5. How many types of functional dependencies are there?
- 1
- 2
- 3
- 4
Answer: D) 4
Explanation:
There are mainly four types of Functional Dependency in DBMS:
- Trivial functional dependency
- Non-Trivial functional dependency
- Multivalued functional dependency
- Transitive functional dependency
Discuss this Question
6. Which of the following is a type of functional dependency?
- Trivial Functional Dependency
- Non-trivial Functional Dependency
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
There are mainly four types of Functional Dependency in DBMS:
- Trivial functional dependency
- Non-Trivial functional dependency
- Multivalued functional dependency
- Transitive functional dependency
Discuss this Question
7. If ___, then A -> B has trivial functional dependency.
- B is a subset of A
- A is a subset of B
- A is a subset of A'
- B is a subset of B'
Answer: A) B is a subset of A
Explanation:
If B is a subset of A, then A -> B has trivial functional dependency.
Discuss this Question
8. Which of the following is a trivial functional dependency?
- A->B, if B is a subset of A
- A->A
- B->B
- All of the above
Answer: A) A->B, if B is a subset of A
Explanation:
These are the trivial functional dependencies -
- A->B
- A->A
- B->B
Discuss this Question
9. If ___, then A -> B has non-trivial functional dependency.
- B is not a subset of A
- A is not a subset of B
- A is not a subset of A'
- B is not a subset of B'
Answer: A) B is not a subset of A
Explanation:
If B is not a subset of A, then A -> B has non-trivial functional dependency.
Discuss this Question
10. A -> B is a ___l, when A intersection B is NULL.
- Complete Trivial
- Complete Non-Trivial
- Incomplete Trivial
- Incomplete Non-Trivial
Answer: B) Complete Non-Trivial
Explanation:
A -> B is a complete non-trivial, when A intersection B is NULL.
Discuss this Question