Q.1.
Relations are:
Q.2.
If no multivalued attributes exist in a relation, then the relation is in what normal form?
Q.3.
A primary key is which of the following?
Q.4.
The relational model consists of:
Q.5.
When mapping a binary many-to-many relationship into a relation which of the following is true?
Q.6.

A candidate key must uniquely identify each row.

Q.7.

A null value is assigned when no other value applies.

Q.8.

Well-structured relations encourage anomalies of data.

Q.9.

A synonym is two or more attributes that have different names but the same meaning.

Q.10.

A foreign key may be null and still adhere to the referential integrity constraint.

Q.11.

If a relation is in third normal form, it does not need to be in second normal form.

Q.12.

The primary key in a relation does not need to be underlined.

Q.13.

The primary key of the new relation in a many-to-many relationship is a composite key comprised of the primary keys of each of the binary entities.

Q.14.

In a 1:M relationship, the primary key on the one side migrates to the many side to become the foreign key on the many side.

Q.15.

Normalization is a formal process for deciding which attributes should be grouped together in a relation.

Q.16.

An enterprise key is a primary key whose value is unique for a given relation.

Q.17.

A composite attribute does not get mapped into a relation.

Q.18.

A relation is a two-dimensional table.

Q.19.

Weak entities do not get mapped into a relation.

Q.20.

A primary key may be null.