121
GB
If a1, a2, a3 are attributes in a relation and S is another relation, which of the following is an incorrect specification of an integrity constraint?
IN
यदि a1, a2, a3 एक संबंध में विशेषताएँ हैं और S एक अन्य संबंध है, तो निम्नलिखित में से कौन सा एक अखंडता बाधा का गलत विनिर्देश है?
A
primary key(a1, a2, a3)
प्राथमिक कुंजी(a1, a2, a3)
B
primary key(a1)
प्राथमिक कुंजी(a1)
C
foreign key(a1, a2) references S
विदेशी कुंजी (ए1, ए2) संदर्भ एस
D
foreign key(a1, a2)
विदेशी कुंजी(a1, a2)
✅ Correct Answer: