Exam 5: Physical Database Design and Performance

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

________ can be built into the physical structure of fields for many database management systems.

Free
(Short Answer)
4.8/5
(43)
Correct Answer:
Verified

Data integrity controls

A(n)________ overrides whatever query plan Oracle would naturally create for a query based upon the query optimizer.

Free
(Short Answer)
4.9/5
(38)
Correct Answer:
Verified

hint

Horizontal partitioning refers to the process of combining several smaller relations into a larger table.

Free
(True/False)
4.7/5
(30)
Correct Answer:
Verified

False

Because data table row locations are dictated by the hashing algorithm,only one ________ can be used for hashing-based retrieval.

(Short Answer)
4.8/5
(46)

Discuss the critical decisions that must be made during physical database design.

(Essay)
4.9/5
(36)

One field or combination of fields for which more than one record may have the same combination of values is called a(n):

(Multiple Choice)
4.8/5
(37)

Distributing the rows of data into separate files is called ________.

(Short Answer)
4.8/5
(30)

A disadvantage of partitioning is:

(Multiple Choice)
4.9/5
(41)

Discuss when it is best to use indexes.

(Essay)
4.7/5
(34)

Free range partitioning is a type of horizontal partitioning in which each partition is defined by a range of values for one or more columns in the normalized table.

(True/False)
4.9/5
(33)

A routine that converts a primary key value into a relative record number is called a(n)________.

(Short Answer)
4.9/5
(35)

Clustering allows for adjacent secondary memory locations to contain rows from several tables.

(True/False)
4.9/5
(43)

Explain the differences between sequential and indexed file organizations.

(Essay)
4.9/5
(34)

________ partitioning is a method in which each partition is defined by a range of values for one or more columns of a normalized table.

(Short Answer)
4.8/5
(28)

A factor to consider when choosing a file organization is:

(Multiple Choice)
4.8/5
(29)

A command used in Oracle to display how the query optimizer intends to access indexes,use parallel servers and join tables to prepare query results is the:

(Multiple Choice)
4.8/5
(29)

A file organization that uses hashing to map a key into a location in an index where there is a pointer to the actual data record matching the hash key is called a:

(Multiple Choice)
4.8/5
(43)

Denormalization almost always leads to more storage space for raw data.

(True/False)
4.8/5
(40)

________ partitioning distributes the columns of a table into several separate physical records.

(Multiple Choice)
4.8/5
(34)

Explain how one goes about choosing data types.

(Essay)
4.9/5
(29)
Showing 1 - 20 of 105
close modal

Filters

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