Logical Database Design
The entity integrity rule states that:

no primary key can be composite.
no primary key attribute may be null.
no primary key may be unique.
no primary key may be equal to a value in a foreign key.

ANSWER DOWNLOAD EXAMIANS APP

Logical Database Design
When mapping a supertype/subtype relationship which of the following is true?

There is no primary key/foreign key relationship between a supertype/subtype.
There is no link between the supertype/subtype entities.
The supertype primary key is assigned to each subtype.
The subtype primary key is assigned to each supertype.

ANSWER DOWNLOAD EXAMIANS APP