Filters
Question type

Study Flashcards

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


A) data
B) SQL
C) sort
D) optimizer

E) C) and D)
F) B) and C)

Correct Answer

verifed

verified

A is good for simple and fast lookup operations based on equality conditions.

Correct Answer

verifed

verified

A system will perform best when its hardware and software resources are .

Correct Answer

verifed

verified

optimized

is a measure of the likelihood that an index will be used in query processing.

Correct Answer

verifed

verified

Index selectivity

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


A) buffer cache
B) procedure cache
C) SQL cache
D) permanent storage

E) None of the above
F) B) and C)

Correct Answer

verifed

verified

Most current-generation relational DBMSs perform automatic query optimization at the client end.

A) True
B) False

Correct Answer

verifed

verified

False

Good database performance is easy to evaluate.

A) True
B) False

Correct Answer

verifed

verified

To work with data, a DBMS must retrieve the data from and place them in .


A) data files; procedure cache
B) RAM; data cache
C) permanent storage; RAM
D) temporary files; procedure cache

E) All of the above
F) C) and D)

Correct Answer

verifed

verified

is the central activity during the parsing phase in query processing.


A) Clustering
B) Partitioning
C) Query validation
D) Query optimization

E) B) and D)
F) None of the above

Correct Answer

verifed

verified

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


A) data
B) SQL
C) sort
D) optimizer

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Fully equivalent means that the optimized query results are always the same as the original query.

A) True
B) False

Correct Answer

verifed

verified

The cache stores the most recently executed SQL statements.


A) data
B) procedure
C) sort
D) optimizer

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

When setting optimizer hints, instructs the optimizer to minimize the overall execution time, that is, to minimize the time it takes to return the total number of rows in the query result set. This hint is generally used for batch mode processes.


A) ALL_ROWS
B) FIRST_ROWS
C) INDEX(P_QOH_NDX)
D) OPTIMIZATION_ROWS

E) None of the above
F) A) and D)

Correct Answer

verifed

verified

DBMS performance tuning includes global tasks such as managing the DBMS processes in primary memory and managing the structures in physical storage.

A) True
B) False

Correct Answer

verifed

verified

A cost-based optimizer uses a set of preset rules and points to determine the best approach to execute a query.

A) True
B) False

Correct Answer

verifed

verified

How should storage volumes be allocated for indexes, system, and high-usage tables?

Correct Answer

verifed

verified

Assign separate data files in separate s...

View Answer

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

Correct Answer

verifed

verified

On the client side, the objective is to generate an SQL query that returns a correct answer in the least amount of time, using a minimum amount of resources at the server end. The activities required to achieve this goal are commonly referred to as tuning.


A) client SQL
B) database SQL
C) SQL performance
D) DBMS performance

E) None of the above
F) B) and C)

Correct Answer

verifed

verified

In standard SQL, the optimizer hint ALL_ROWS is generally used for mode processes.


A) interactive
B) real-time
C) batch
D) transaction

E) All of the above
F) A) and C)

Correct Answer

verifed

verified

The process analyzes SQL queries and finds the most efficient way to access data.


A) optimizer
B) scheduler
C) listener
D) user

E) None of the above
F) C) and D)

Correct Answer

verifed

verified

Showing 1 - 20 of 85

Related Exams

Show Answer