Multiple Choice
Which of the following is not true about primary keys?
A) Primary keys cannot be null.
B) Primary keys must be unique.
C) Primary keys must be a single attribute.
D) Primary keys are used to represent relationships.
E) Primary keys can be defined using an SQL CONSTRAINT phrase.
Correct Answer:

Verified
Correct Answer:
Verified
Q34: Given the tables<br>STUDENT(StudentID,StudentName,AdvisorID)<br>ADVISOR(AdvisorID,AdvisorName,Office,Phone)<br>Which of the following SQL
Q35: Which SQL keyword can be used in
Q36: Microsoft Access SQL commands are run in
Q37: In Microsoft Access,default values must be set
Q38: Which of the following is the correct
Q40: Which of the following cannot be done
Q41: Which SQL keyword is used to specify
Q42: The TOP built-in function in SQL is
Q43: Microsoft Access SQL allows table structures to
Q44: Referential integrity constraints using the ON DELETE