Chapter 11 Flashcards

1
Q

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

A

Queries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

Optimized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Database ___________ activities can be divided into those taking place either on the client side or on the server side.

A

Performance Tuning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

__________ is another name for table space

A

File Group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

An _________ request is a low-level read or write data access operation to or from computer devices.

A

Input/Output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DBMS query processing has ______ phases

A

Three

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the three phases of DBMS query processing?

A

Parsing, execution, and fetching

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The _________ analyzes the SQL query and finds the most efficient way to access the data.

A

Query Optimizer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Once an SQL statement is transformed, the DBMS creates what is commonly known as an ___________ plan.

A

Access Execution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A

Indexes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

Hash Index

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

Index Selectivity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

_________ is evaluated based on client perspective

A

SQL Performance Tuning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A conditional expression is normally expressed within the ______ or HAVING classes of an SQL statement.

A

WHERE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

_______ helps provide a balance between performance and fault tolerance

A

RAID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

A

System

17
Q

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

A

Sort

18
Q

The _______ segment table space is used for transaction-recovery purposes

A

Rollback

19
Q

An _________ table stores the end-user data and the index data in consecutive locations on permanent storage

A

Index-Organized

20
Q

In a level ______ RAID, the data and the parity data is striped across separate drives.

A

Five