Home »
MCQs »
DBMS MCQs
DBMS Inference Rule (IR) MCQs
DBMS Inference Rule (IR) MCQs: This section contains multiple-choice questions and answers on Inference Rule (IR) in DBMS.
Submitted by Anushree Goswami, on April 01, 2022
1. Inference rules are based on ___.
- Armstrong's Axioms
- Neilstrong's Axioms
- Axioms
- None of the above
Answer: A) Armstrong's Axioms
Explanation:
Inference rules are based on Armstrong's Axioms.
Discuss this Question
2. ___ on relational databases can be determined by using Armstrong's axioms.
- Functional Independencies
- Functional Dependencies
- Fractional Independencies
- Fraction Dependencies
Answer: B) Functional Dependencies
Explanation:
Functional dependencies on relational databases can be determined by using Armstrong's axioms.
Discuss this Question
3. A type of assertion is the ___ rule.
- Interference
- Inference
- Intraference
- Indifference
Answer: B) Inference
Explanation:
The inference rule is a type of assertion. It can apply to a set of FD(functional dependency) to derive other FD.
Discuss this Question
4. From the ___ set, we can infer other functional dependencies.
- Last
- Middle
- Initial
- None
Answer: C) Initial
Explanation:
From the initial set, we can infer other functional dependencies.
Discuss this Question
5. How many types of inference rule are there in functional dependency?
- 3
- 4
- 5
- 6
Answer: D) 6
Explanation:
There are 6 types of inference rules in functional dependency.
Discuss this Question
6. Which of the following is a type of inference rule in functional dependency?
- Reflexive Rule
- Augmentation Rule
- Transitive Rule
- All of the above
Answer: D) All of the above
Explanation:
The types of inference rule in functional dependency are -
- Reflexive Rule
- Augmentation Rule
- Transitive Rule
Discuss this Question
7. Which of the following is not a type of inference rule in functional dependency?
- Union Rule
- Decomposition Rule
- Pseudo Transitive Rule
- None of the above
Answer: D) None of the above
Explanation:
The types of inference rules in functional dependencies are -
- Union Rule
- Decomposition Rule
- Pseudo Transitive Rule
Discuss this Question
8. A determines B if B is a ___ of A in the reflexive rule.
- Set
- Superset
- Subset
- None
Answer: C) Subset
Explanation:
A determines B if B is a subset of A in the reflexive rule.
Discuss this Question
9. What is the augmentation rule also known as?
- Partial Independency
- Total Independency
- Partial Dependency
- Total Dependency
Answer: C) Partial Dependency
Explanation:
Augmentation rule is also known as Partial Dependency.
Discuss this Question
10. If B is determined by A, then ___ is determined by BC regardless of C in the augmentation rule.
- AB
- A
- B
- AC
Answer: D) AC
Explanation:
If B is determined by A, then AC is determined by BC regardless of C in the augmentation rule.
Discuss this Question
11. In the case of Transitive Rule, A determines B, and B determines C if B determines A. Therefore, A must also determine ___.
- A
- B
- C
- AC
Answer: C) C
Explanation:
In the case of Transitive Rule, A determines B, and B determines C if B determines A. Therefore, A must also determine C.
Discuss this Question
12. Union rule states that if A decides B and A decides C, then A must also decide ___.
- A and C
- B and C
- A and B
- None of the above
Answer: B) B and C
Explanation:
Union rule states that if A decides B and A decides C, then A must also decide B and C.
Discuss this Question
13. What is the Decomposition Rule also known as?
- Unproject Rule
- Determined Rule
- Composite Rule
- Project Rule
Answer: D) Project Rule
Explanation:
Decomposition Rule is also known as Project Rule.
Discuss this Question
14. ___ says when A and B are determined by the same process, then A and B are determined separately.
- Project Rule
- Decomposition Rule
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
Decomposition Rule or Project Rule says when A and B are determined by the same process, then A and B are determined separately.
Discuss this Question
15. If A determines B, and BC determines D, then AC determines D according to the ___ Rule.
- Transitive Rule
- Pseudo Rule
- Pseudo Decomposition Rule
- Pseudo Transitive Rule
Answer: D) Pseudo Transitive Rule
Explanation:
If A determines B, and BC determines D, then AC determines D according to the Pseudo transitive Rule.
Discuss this Question
16. If A → B and BC → D then ___.
- AB → D
- D → AB
- AC → D
- D → AC
Answer: C) AC → D
Explanation:
If A → B and BC → D then AC → D.
Discuss this Question
17. If A → __ then A → B and A → C.
- A →C
- A → AC
- A → AB
- A → BC
Answer: D) A → BC
Explanation:
If A → BC then A → B and A → C.
Discuss this Question
18. If A → B and A → ___ then A → BC.
- A
- B
- C
- None
Answer: C) C
Explanation:
If A → B and A → C then A → BC.
Discuss this Question
19. If ___ → B and B → C then A → C.
- A
- B
- C
- None
Answer: A) A
Explanation:
If A → B and B → C then A → C.
Discuss this Question
20. If A → B then ___ → BC.
- AB
- AC
- BC
- None
Answer: B) AC
Explanation:
If A → B then AC → BC.
Discuss this Question
21. If A ⊇ B then A → ___.
- NULL
- 0
- 1
- B
Answer: D) B
Explanation:
If A ⊇ B then A → B.
Discuss this Question