The entity integrity rule states that:
The entity integrity rule states that:
Normalization is a formal process for deciding which attributes should be grouped together in a relation.
Normalization is a formal process for deciding which attributes should be grouped together in a relation.
When mapping a regular entity into a relation which of the following is true?
When mapping a regular entity into a relation which of the following is true?
When mapping a multivalued attribute into a relation which of the following is true?
When mapping a multivalued attribute into a relation which of the following is true?
If no multivalued attributes exist in a relation, then the relation is in what normal form?
If no multivalued attributes exist in a relation, then the relation is in what normal form?
Weak entities do not get mapped into a relation.
Weak entities do not get mapped into a relation.
A primary key is which of the following?
A primary key is which of the following?
An enterprise key is a primary key whose value is unique for a given relation.
An enterprise key is a primary key whose value is unique for a given relation.
A synonym is two or more attributes that have different names but the same meaning.
A synonym is two or more attributes that have different names but the same meaning.
A foreign key may be null and still adhere to the referential integrity constraint.
A foreign key may be null and still adhere to the referential integrity constraint.
A relation is a two-dimensional table.
A relation is a two-dimensional table.
Relations are:
Relations are:
A transitive dependency is which of the following?
A transitive dependency is which of the following?
A candidate key must uniquely identify each row.
A candidate key must uniquely identify each row.
If a relation is in third normal form, it does not need to be in second normal form.
If a relation is in third normal form, it does not need to be in second normal form.
The primary key in a relation does not need to be underlined.
The primary key in a relation does not need to be underlined.
A null value is assigned when no other value applies.
A null value is assigned when no other value applies.
If no multivalued attributes exist and no partial dependencies exist in a relation, then the relation is in what normal form?
If no multivalued attributes exist and no partial dependencies exist in a relation, then the relation is in what normal form?
A relation has which of the following properties?
A relation has which of the following properties?
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.
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.
A foreign key is which of the following?
A foreign key is which of the following?
The relational model consists of:
The relational model consists of:
When mapping a binary many-to-many relationship into a relation which of the following is true?
When mapping a binary many-to-many relationship into a relation which of the following is true?
When mapping a many-to-many unary relationship into a relation which of the following is true?
When mapping a many-to-many unary relationship into a relation which of the following is true?
When mapping a ternary relationship with an associative entity into a relation which of the following is true?
When mapping a ternary relationship with an associative entity into a relation which of the following is true?
A composite attribute does not get mapped into a relation.
A composite attribute does not get mapped into a relation.
A primary key may be null.
A primary key may be null.
Well-structured relations encourage anomalies of data.
Well-structured relations encourage anomalies of data.
When mapping a supertype/subtype relationship which of the following is true?
When mapping a supertype/subtype relationship which of the following is true?
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.
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.