Exam 14: Managing Database and Sql Performance

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

The purpose of an I/O operation is to move data to and from different computer components or devices.

(True/False)
4.8/5
(33)

____________________ are special instructions for the optimizer that are embedded inside the SQL command text.

(Short Answer)
4.9/5
(31)

The ____ table space is used for transaction-recovery purposes.

(Multiple Choice)
4.9/5
(37)

Knowing the sparsity of a column helps you decide whether the use of ____ is appropriate.

(Multiple Choice)
4.8/5
(36)

The majority of primary memory resources will be allocated to the ____ cache.

(Multiple Choice)
4.9/5
(41)

The ____ table space is used as a temporary storage area for merge, sort, or set aggregate operations.

(Multiple Choice)
4.8/5
(35)

To generate database object statistics manually, you could use the following syntax: ____.

(Multiple Choice)
4.9/5
(27)

To work with the data, the DBMS must retrieve the data from the ____ and place it in the ____.

(Multiple Choice)
4.8/5
(40)

____ refers to the number of different values a column could possibly have.

(Multiple Choice)
4.8/5
(31)

All factors must be checked to ensure that each system component operates at its optimum level and has sufficient resources to minimize the occurrence of bottlenecks.

(True/False)
4.8/5
(32)

The ____ cache is used as a temporary storage area for ORDER BY or GROUP BY operations, as well as for index-creation functions.

(Multiple Choice)
4.7/5
(37)

The SQL cache stores the end-user written SQL.

(True/False)
4.9/5
(39)

DBMS query processing has ____________________ phases.

(Short Answer)
4.8/5
(32)

The ____ table space is used to store end-user data.

(Multiple Choice)
4.8/5
(33)

List and describe some typical DBMS processes.

(Essay)
4.9/5
(38)

When setting optimizer hints, ____ forces the optimizer to use the P_QOH_NDX index to process this query.

(Multiple Choice)
4.8/5
(38)

Good database performance is easy to evaluate.

(True/False)
5.0/5
(32)

Indexes do not facilitate join operations.

(True/False)
4.9/5
(28)

Once an SQL statement is transformed, the DBMS creates what is commonly known as a(n) ____________________ plan.

(Short Answer)
4.9/5
(41)

A data file can only contain rows from one single table.

(True/False)
4.8/5
(34)
Showing 41 - 60 of 70
close modal

Filters

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