Filters
Question type

Study Flashcards

From the performance point of view, databases eliminate disk access bottlenecks.


A) RAID
B) distributed
C) index-organized
D) in-memory

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

Correct Answer

verifed

verified

helps provide a balance between performance and fault tolerance.

Correct Answer

verifed

verified

RAID
Redundant array...

View Answer

Summarize the steps required to formulate a query.

Correct Answer

verifed

verified

Queries are usually written to answer qu...

View Answer

The DBMS the SQL query and chooses the most efficient access/execution plan.


A) parses
B) executes
C) fetches
D) processes

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

Correct Answer

verifed

verified

A system table space, a user data table space, an index table space, and a temporary table space are examples of _____.


A) procedure caches
B) file groups
C) data caches
D) operation modes

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

Correct Answer

verifed

verified

DBMS implementations are typically similar in complexity to two-tier client/server configurations.

A) True
B) False

Correct Answer

verifed

verified

An index scan is less efficient than a full table scan.

A) True
B) False

Correct Answer

verifed

verified

The LIKE conditional operator is used by the OPERAND1.


A) P_PRICE
B) V_STATE
C) P_QOH
D) V_CONTACT

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

Correct Answer

verifed

verified

The data cache caches system catalog data and the contents of the indexes.

A) True
B) False

Correct Answer

verifed

verified

In the context of RAID levels, striped arrays provide:


A) increased read performance and fault tolerance
B) increased fault tolerance but decreased performance.
C) increased read performance but no fault tolerance.
D) neither fault tolerance nor good performance

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

Correct Answer

verifed

verified

End users and the DBMS interact through the use of to generate information.

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

On the server side, the database 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 this goal are commonly referred to as tuning.


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

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

The DBMS the data and sends the result set back to the client.


A) parses
B) executes
C) fetches
D) processes

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

In RAID level 5,:


A) the data and the parity data are striped across separate drives.
B) the data blocks are spread over separate drives and are duplicated.
C) the array requires a minimum of two drives and is known as a striped array.
D) the array requires a minimum of five drives and is known as duplexing.

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

Correct Answer

verifed

verified

All transaction management commands are processed during the parsing and execution phases of query processing.

A) True
B) False

Correct Answer

verifed

verified

are ordered sets of values that are crucial in speeding up data access.

Correct Answer

verifed

verified

Showing 21 - 40 of 85

Related Exams

Show Answer