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?

belongs to collection: DBMS - SQL MCQ

0

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?


  1. primary key(a1, a2, a3)
  2. primary key(a1)
  3. foreign key(a1, a2) references S
  4. foreign key(a1, a2)

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).foreign key(a1, a2)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the syntax to load data into the database?... >>
<< Which command is used to create a new relation in ...