I am doing some textbook exercises that ask to find out the candidate keys for relation R as well as the superkeys.
I have solved for the candidate keys, but I am not sure how to solve for superkeys? I am just a bit confused.
Here is the relation schema and functional dependencies:
Relation Schema: **S(A, B, C, D)**
**FD's:**
A-->B
B-->C
B-->D
So I have found that {A, AB} are the candidate keys after solving for that. I am just not sure how to find the superkeys for this. Any help would be greatly appreciated. Thank you all.