Filters
Question type

Study Flashcards

Which of the following is not a step in the database design process?


A) Create tables and columns from entities and attributes
B) Select primary keys
C) Represent relationships
D) Create constraints and triggers
E) All of the above are steps in the database design process.

Correct Answer

verifed

verified

One of the important properties of a column is whether or not it is ________.


A) found in more than one entity
B) required
C) character or numeric
D) subject to normalization
E) subject to denormalization

Correct Answer

verifed

verified

In many-to-many relationships in a relational database design,________.


A) the key of the child is placed as a foreign key into the parent
B) the key of the parent is placed as a foreign key into the child
C) the keys of both tables are placed in a third table
D) the keys of both tables are joined into a composite key
E) C and D

Correct Answer

verifed

verified

E

In relational database design,ID-dependent entities are used to ________.


A) represent N:M relationships
B) handle associative relationships
C) handle multivalued attributes
D) handle archetype/instance relationships
E) All of the above.

Correct Answer

verifed

verified

Data types are consistent across all DBMS products.

Correct Answer

verifed

verified

The binary constraint MUST COVER indicates that ________.


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

Correct Answer

verifed

verified

A referential integrity constraint policy that insures that all rows containing a particular foreign key value in a table are eliminated from the table when the row containing the corresponding primary key value in a parent table is eliminated from the database is called cascading deletes.

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

True

A data constraint is a limitation on data values.

Correct Answer

verifed

verified

To represent an IS-A relationship in a relational database design,the IS-A relationship must be converted into a HAS-A relationship.

Correct Answer

verifed

verified

When placing a foreign key for a 1:1 relationship,the key of either table can be used as the foreign key in the other table.

Correct Answer

verifed

verified

Association tables sometimes connect more than two entities.

Correct Answer

verifed

verified

True

A surrogate key should be considered when ________.


A) a relationship is M:N
B) a composite key is required
C) the key contains a lengthy text field
D) the key contains a number
E) an index needs to be created

Correct Answer

verifed

verified

The values of a surrogate key have no meaning to the users.

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

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

Which of the following is not true of recursive relationships?


A) When the recursive relationship is M:N,an intersection table is created.
B) The rows of a single table can play two different roles.
C) The techniques for representing the tables are the same as for non-recursive relationships except the rows are in the same table.
D) Recursive relationships can be 1:1,1:N,or M:N relationships.
E) Even when the relationship is 1:N,a new table must be defined to represent the relationship.

Correct Answer

verifed

verified

In a relational database design,all relationships are expressed by ________.


A) creating a primary key
B) creating a foreign key
C) creating a supertype
D) creating a subtype
E) creating a line between entities

Correct Answer

verifed

verified

A surrogate key should be considered when the key contains a lengthy text field.

Correct Answer

verifed

verified

An intersection table can have additional attributes besides the keys of its parent tables.

Correct Answer

verifed

verified

Showing 1 - 20 of 103

Related Exams

Show Answer