Exam 11: Database Performance Tuning and Query Optimization

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

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

(Multiple Choice)
4.9/5
(41)

The ____________________ cache is a shared,reserved memory area that stores the most recently executed SQL statements or PL/SQL procedures,including triggers and functions.

(Short Answer)
4.8/5
(33)

One of the main functions of a database system is to provide timely answers to end users.

(True/False)
4.8/5
(42)

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

(Multiple Choice)
4.9/5
(40)

The DBMS ____ the SQL query using the chosen execution plan.

(Multiple Choice)
4.9/5
(40)

The data cache is where the data read from the database data files are stored ____ the data have been read or ____ the data are written to the database data files.

(Multiple Choice)
4.8/5
(34)

____________________ is another name for table space.

(Short Answer)
4.8/5
(26)

The SQL cache stores the end-user written SQL.

(True/False)
4.8/5
(33)

The ____ is a shared,reserved memory area that stores the most recently executed SQL statements or PL/SQL procedures,including triggers and functions.

(Multiple Choice)
4.8/5
(38)

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

(Short Answer)
4.9/5
(32)

____________________ is a measure of how likely an index will be used in query processing.

(Short Answer)
4.9/5
(37)

The data cache or ____ is a shared,reserved memory area that stores the most recently accessed data blocks in RAM.

(Multiple Choice)
4.8/5
(37)

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

(Multiple Choice)
4.8/5
(33)

Why do we need to optimize a DBMS with SQL performance tuning,even though they automatically optimize SQL queries?

(Essay)
4.9/5
(40)

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

(Multiple Choice)
4.8/5
(35)

A(n)____________________ request is a low-level (read or write)data access operation to/from computer devices.

(Short Answer)
4.7/5
(34)

If there is no index,the DBMS will perform a ____ scan.

(Multiple Choice)
4.9/5
(33)

A(n)____ is a logical grouping of several data files that store data with similar characteristics.

(Multiple Choice)
4.8/5
(31)

A conditional expression is normally expressed within the ____________________ or HAVING clauses of a SQL statement.

(Short Answer)
4.8/5
(31)

On the server side,the DBMS environment must be properly configured to respond to clients requests in the fastest way possible,while making optimum use of existing resources.The activities required to achieve that goal are commonly referred to as ____ tuning.

(Multiple Choice)
4.9/5
(35)
Showing 41 - 60 of 70
close modal

Filters

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