Filters
Question type

Study Flashcards

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


A) query processing
B) query optimization
C) an index
D) a full table scan

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

Correct Answer

verifed

verified

The _____ must be set large enough to permit as many data requests to be serviced from cache as possible.


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

E) None of the above
F) All of the above

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

Maximizing disk contention is one of the general recommendations for the physical storage of databases.

A) True
B) False

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) B) and C)
F) A) and C)

Correct Answer

verifed

verified

List and describe some typical DBMS processes.

Correct Answer

verifed

verified

Listener: The listener process listens f...

View Answer

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

Correct Answer

verifed

verified

During the ____ phase, the DBMS retrieves the data and sends the result set back to the client.


A) parse
B) execute
C) fetch
D) process

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

Correct Answer

verifed

verified

Good database performance is easy to evaluate.

A) True
B) False

Correct Answer

verifed

verified

DBMS query processing has _____ phases.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

There is considerable room for improveme...

View Answer

The _____ table space is the most frequently accessed table space and should be stored in its own volume.

Correct Answer

verifed

verified

Automatic query optimization means that the:


A) optimization takes place at compilation time by the programmer.
B) DBMS finds the most cost-effective access path without user intervention.
C) optimization process is scheduled and selected by the end user or programmer.
D) database access strategy is defined when the program is executed.

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

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) A) and D)
F) A) and C)

Correct Answer

verifed

verified

Showing 61 - 75 of 75

Related Exams

Show Answer