416 views
0 votes
0 votes

If a primary Key consist of multiple attributes/fields then can it possible that one of the attribute/field have NULL values???

For Example ->

If a Relation R(A,B,C) have primary Key as AB then A , B both cannot be NULL but can it possible either A or B have NULL values?

1 Answer

Related questions

4 votes
4 votes
2 answers
1
debanjan sarkar asked Oct 1, 2016
2,682 views
Can we allow NULL value in some attribute of primary key, if primary key contains more than one attribute?
6 votes
6 votes
5 answers
2
0 votes
0 votes
0 answers
3
tanwardivya asked Jan 11, 2017
218 views
1 votes
1 votes
1 answer
4
Sanjay Sharma asked Dec 31, 2016
1,348 views
Which of the following statement is true?(a) Primary key constraint cannot be disabled, it canonly be dropped.(b) Primary key constraint cannot be disabled anddropped.(c)...