in Databases retagged by
4,539 views
1 vote
1 vote

If attribute of relation schema $R$ is member of some candidate key then this type of attributes are classified as:

  1. atomic attribute
  2. candidate attribute
  3. non-prime attribute
  4. prime attribute
in Databases retagged by
by
4.5k views

2 Answers

1 vote
1 vote
ans : D

prime attribute

Attributes that occur in any candidate  key are  called prime attributes and

attributes that doesnot occur in candidate key are called nonprime attributes .
by
0 votes
0 votes
Option D

The constituent attributes of a Candidate key or simply the attributes of a candidate key are called the prime attributes.

Suppose ABC is one candidate key of a Relation R(ABCDEFGH). Then the attributes A, B and C all are prime attributes. Similarly if ABD is also another candidate key in the same relation R, then D is also the prime attribute. And conversely, an attribute that does not occur in ANY candidate key is called a non-prime attribute.

atomic attribute ,candidate attribute there is no such term exist in RDBMS so option A,B, are false
Answer:

Related questions