Exam 8: Physical Database Design

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Primary keys are good candidates for being indexed but foreign keys are not.

(True/False)
4.7/5
(34)

Storing derived data improves performance in the case where calculated values have to be repeatedly derived.

(True/False)
4.8/5
(35)

All of the following are steps in finding and transferring data from disk, except _____.

(Multiple Choice)
4.7/5
(32)

Create a simple linear index for the Animal file based on: a. The Animal Name field. b. The Species field. c. The Animal Number field. d. The combination of the Species and Animal Name fields.

(Essay)
4.8/5
(42)

In the physical design technique known as "substituting foreign keys", the table with the foreign key in it has its primary and foreign keys interchanged.

(True/False)
4.8/5
(34)

In a magnetic disk device, a set of tracks, one above the other (and one from each recording surface) is called a _____.

(Multiple Choice)
4.8/5
(32)

Create a simple linear index for the Animal file based on: a. The Year Built field. b. The Manufacturer field. c. The Airplane Number field. d. The combination of the Manufacturer and Year Built fields.

(Essay)
4.7/5
(32)

An index can only be built over a field that has unique values.

(True/False)
4.9/5
(36)

The clustering files technique can result in slower performance when the records of only one of the files involved must be retrieved.

(True/False)
4.8/5
(44)

In a hashed file using the division remainder method _____.

(Multiple Choice)
4.9/5
(31)

All of the following are characteristics of an indexed computer file and its index, except _____.

(Multiple Choice)
4.8/5
(38)

Which of the following is true regarding hashed files?

(Multiple Choice)
4.7/5
(37)

Vertical partitioning ____.

(Multiple Choice)
4.8/5
(38)

Modifying the logical database design to improve performance may reintroduce data redundancy.

(True/False)
4.8/5
(36)

Data volatility refers to how often stored data is updated.

(True/False)
4.9/5
(33)

Consider Table A on the "one side" of a one-to-many relationship and Table B on the "many side" of the relationship. Denormalization ____.

(Multiple Choice)
4.9/5
(38)

Every record insertion in a B+-tree indexed file requires a track split and some may also require cylinder splits.

(True/False)
4.7/5
(35)

The dispersal of data on a disk is unrelated to database performance.

(True/False)
4.9/5
(34)

The cylinder concept exists because access arm mechanism movement is so slow that it affects computer and application performance.

(True/False)
4.9/5
(32)

The average rotational delay is one-half of a disk revolution.

(True/False)
4.7/5
(29)
Showing 61 - 80 of 134
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)