Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Database-Management-System

Question 584
Let R ={A, B, C, D, E, F} be a relation schema with the following dependencies

C → F, E → A, EC → D, A → B Which of the following is a key for R ?

A
CD
B
EC
C
AE
D
AC
Question 584 Explanation: 
Simple way to solve this question is,
→First we have to find the right hand side values of a dependencies. Check whether it cover all variables in a relation .
→In right hand side, CE are missing. It means definitely EC should be there in candidate key.
(EC)+=(A,B,C,D,E,F).
Remaining all are not satisfying candidate key properties.
Correct Answer: B
Question 584 Explanation: 
Simple way to solve this question is,
→First we have to find the right hand side values of a dependencies. Check whether it cover all variables in a relation .
→In right hand side, CE are missing. It means definitely EC should be there in candidate key.
(EC)+=(A,B,C,D,E,F).
Remaining all are not satisfying candidate key properties.

Leave a Reply

Your email address will not be published. Required fields are marked *