Filters
Question type

Study Flashcards

In a relational database design,all relationships are expressed by creating a foreign key.

Correct Answer

verifed

verified

An intersection table is always ID-dependent on both of its parent tables.

Correct Answer

verifed

verified

To represent an M:N relationship in a relational database design,in essence it is reduced to two 1:N relationships.

Correct Answer

verifed

verified

The ideal primary key is ________.


A) short
B) numeric
C) fixed
D) A and B
E) A,B and C

Correct Answer

verifed

verified

Cascading deletions are generally not used with relationships for weak child entities.

Correct Answer

verifed

verified

The key of an intersection table is always the combination of the keys of both parents.

Correct Answer

verifed

verified

When the child entity is required (M)in a relationship,there needs to be at least one child row for each parent row at all times.

Correct Answer

verifed

verified

Data types are consistent across all DBMS products.

Correct Answer

verifed

verified

When creating a relational database design from E-R diagrams,first create a relation for each relationship.

Correct Answer

verifed

verified

Association tables sometimes connect more than two entities.

Correct Answer

verifed

verified

A default value is the value the user enters into the row the first time the user enters data.

Correct Answer

verifed

verified

In 1:N relationships,the table on the "one" side is called the parent.

Correct Answer

verifed

verified

If the parent is required,then a new child row must be created with a valid foreign key value.

Correct Answer

verifed

verified

When transforming supertype/subtype entities into a relational database design,an entity is created for the supertype only.

Correct Answer

verifed

verified

To represent an M:N relationship in a relational database design,an intersection table is created.

Correct Answer

verifed

verified

The binary constraint MUST NOT indicates that ________.


A) a specific binary relationship must not be included in a ternary relationship
B) a table includes values that must not occur in a binary relationship
C) a table includes values that must not occur in a ternary relationship
D) a binary relationship includes value combinations that must not occur in a binary relationship
E) a binary relationship includes value combinations that must not occur in a ternary relationship

Correct Answer

verifed

verified

In 1:N relationships,the table on the "many" side is called the child.

Correct Answer

verifed

verified

Write the schema to represent the entities below,including tables,the proper placement of the foreign key,and referential integrity constraint. Write the schema to represent the entities below,including tables,the proper placement of the foreign key,and referential integrity constraint.

Correct Answer

verifed

verified

STUDENT (StudentID,StuName,Stu...

View Answer

When representing a one-to-many relationship in a relational database design ________.


A) the parent is always on the one side of the "one-to-many" relationship
B) the child is always on the one side of the "one-to-many" relationship
C) either parent or child can be on the one side of the "one-to-many" relationship,and the choice is arbitrary
D) either parent or child can be on the one side of the "one-to-many" relationship,and special criteria indicate which table should be on the one side.
E) None of the above is correct.

Correct Answer

verifed

verified

Explain the representation of a one-to-many strong entity relationship in a relational database design.

Correct Answer

verifed

verified

One-to-many relationships are represente...

View Answer

Showing 61 - 80 of 103

Related Exams

Show Answer