The index file organization:

The index file organization:




A) provides very fast random retrieval on the primary key
B) provides slow random retrieval on the primary key
C) provides moderately fast random retrieval on the primary key
D) does not provide random retrieval on the primary key



Answer: C

Merging relations is also referred to as:

Merging relations is also referred to as:




A) view integration
B) view consolidation
C) encompassing
D) normalizing



Answer: A

For a unary M:N relationship:

For a unary M:N relationship:




A) the entity type is modeled as one relation; using as its primary key a composite key, a separate relation is created to represent the M:N relationship
B) the entity type and the M:N relationship are modeled as one relation; a composite key is used
C) separate relations for the class and for each subclass are created; primary and foreign keys are established for each class
D) the primary key of the entity on the one side of the relationship serves as a foreign key in the relation on the many side of the relationship



Answer: A

If a relationship exists among three or more entities, then:

If a relationship exists among three or more entities, then:




A) recursive relationships must be established through the use of recursive foreign keys
B) a separate relation with a primary key that is the composite of the primary keys of each of the participating entities is created
C) separate relations are established for each class and for each of the subclasses
D) use the primary key of relation A as a foreign key in relations B and C



Answer: B

For a binary many-to-many relationship existing between entity types A and B:

For a binary many-to-many relationship existing between entity types A and B:




A) a separate relation C is created; the primary key of relation C is a composite key consisting of the primary key for each of the two entities in the relationship
B) the primary keys of relation A and relation B are designated as functionally dependent attributes
C) secondary keys are used to establish the relationship
D) place the primary key of either entity in the relation for the other entity or do this for both entities



Answer: A

Which of the following statements is true regarding normalization?

Which of the following statements is true regarding normalization?




A) Normalization is a top-down process.
B) Normalization produces a set of well-structured relations that contain all of the data mentioned in system inputs and outputs.
C) Through the use of anomalies, stable structures are produced.
D) Normalization is an integrity constraint specifying that the value of an attribute in one relation depends on the value of the same attribute in another relation.



Answer: B

Which of the following is not a true statement regarding a relation?

Which of the following is not a true statement regarding a relation?




A) Each relation consists of a set of named columns and an arbitrary number of unnamed rows.
B) Each column in a relation corresponds to an attribute of that relation.
C) An entry at the intersection of each row and column has a single value.
D) Each row in a relation corresponds to an attribute of that relation.



Answer: D

During physical design, you consider:

During physical design, you consider:




A) the definitions of each attribute
B) the descriptions of where and when data are entered, retrieved, deleted, and updated
C) the expectations for response time and data integrity
D) all of the above



Answer: D

Which of the following is not a key step in logical database modeling and design?

Which of the following is not a key step in logical database modeling and design?




A) Combine normalized data requirements from all user interfaces into one consolidated logical database model.
B) Compare the consolidated logical database design with the translated E-R model and produce, through view integration, one final logical database design for the application.
C) Model how data flow through an information system, the relationships among the data flows, and how data come to be stored at specific locations.
D) Translate the conceptual E-R data model for the application into normalized data requirements.



Answer: C