Exam 8: Physical Database Design and Database Infrastructure

arrow

11,691 students have unlocked this exam

  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

How are missing values generally handled in database management systems?

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

When dealing with missing data, there are many options. Two integrity controls (default value and null control) will handle this problem. One also could substitute an estimate for the missing value which would then be stored in place of the missing value (and marked as an estimate). Another possible method is to use triggers to track missing values and create a log which can be viewed later. One other method is to perform sensitivity testing, which will tell us whether having missing data greatly impacts results. If results are not impacted, then the missing values are ignored.

The query processor always knows the best way to process a query.

Free
(True/False)
4.8/5
(35)
Correct Answer:
Verified

False

What is clustering?

Free
(Essay)
4.9/5
(28)
Correct Answer:
Verified

Clustering is a technique used in some database management systems (such as Oracle) to allow adjacent secondary memory space to contain rows from several tables. A cluster is defined by the tables used as well as the column or columns used for clustering. To create a cluster in Oracle, for example, we would create a cluster first with a create cluster command and then reference the cluster when we create each individual table.

SOX stands for the Sorbet-Oxford Act.

(True/False)
4.8/5
(30)

The smallest unit of application data recognized by system software is a:

(Multiple Choice)
5.0/5
(39)

The preferred method of fixing an aborted transaction is:

(Multiple Choice)
4.8/5
(48)

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.9/5
(31)

A database management system needs to provide only three basic facilities for backup and recovery of a database: backup facilities, journalizing facilities, and a recovery manager.

(True/False)
4.7/5
(38)

Distributing the rows of data into separate files is called:

(Multiple Choice)
4.8/5
(33)

A cloud computing approach in which the service consists of infrastructure resources and additional tools that enable application and solution data management solution developers to reach a high level of productivity is called:

(Multiple Choice)
4.8/5
(38)

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

(Essay)
4.9/5
(30)

Explain the differences between sequential and indexed file organizations.

(Essay)
4.8/5
(37)

The logical database design always forms the best foundation for grouping attributes in the physical design.

(True/False)
4.8/5
(36)

Denormalization is the process of transforming relations with variable-length fields into those with fixed-length fields.

(True/False)
4.8/5
(33)

A typical cause of database destruction is a disk crash.

(True/False)
4.9/5
(38)

Sensitivity testing involves:

(Multiple Choice)
4.8/5
(33)

A ________ is a DBMS module that restores the database to a correct condition when a failure occurs.

(Multiple Choice)
4.9/5
(37)

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

(Multiple Choice)
4.7/5
(43)

A transaction that terminates abnormally is called a(n) ________ transaction.

(Multiple Choice)
4.7/5
(30)

The Number datatype would be appropriate for a zip code.

(True/False)
4.8/5
(34)
Showing 1 - 20 of 167
close modal

Filters

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