1. Computer Science Engineering (CSE)
  2. DataBase Management System (DBMS)
  3. Relational Modal
  4. If a1, a2, a3 are attributes in a relati...
Q.

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?

A. primary key(a1, a2, a3)
B. primary key(a1)
C. foreign key(a1, a2) references S
D. foreign key(a1, a2)
Answer» D. foreign key(a1, a2)

Discussion