501 views

2 Answers

0 votes
0 votes
Any attribute that can be used to uniquely identify a row can be a super key and a minimal super key is called as candidate key.

Since the key here has only one attribute, it is a candidate key.
0 votes
0 votes
Here ,we may say that A->BCD ,FD holds for this instance
And $A^+={A,B,C,D}$

But FD s are defined on the schema itself not the instance, so based on the state of the instance
we cannot say what holds for schema (there can be a many instances for R).

Related questions

1.5k
views
4 answers
4 votes
Anirudh Pandey asked Sep 19, 2017
1,506 views
If A Relation R(A,B,C,D) and CK given is (AB,C)and FD is given as A->C Then the relation is in which highest normal form?
1.4k
views
2 answers
3 votes
Ram Swaroop asked Jan 30, 2019
1,371 views
Consider the following relation R(A1, A2,...A15) with (A1,A2, ... A6) of relation R are simple candidate key. The number of possible superkey in relation R is_
1.2k
views
3 answers
0 votes
1.0k
views
0 answers
0 votes
Harsh Kumar asked Nov 19, 2018
1,030 views
I've some elementary doubts regarding Foreign keys (referential integrity) :Can a foreign key consist of a collection of attributes - ie. can ... candidate keysOverlapping candidate keysIf possible, please provide an example.Thank You.!