Filters
Question type

Study Flashcards

DBMS query processing has phases.

Correct Answer

verifed

verified

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.


A) after; before
B) after; after
C) before; before
D) before; after

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

Correct Answer

verifed

verified

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


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

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

Correct Answer

verifed

verified

Which of the following is the first step of query processing at the DBMS server end?


A) Executing
B) Parsing
C) Fetching
D) Delivering

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

Correct Answer

verifed

verified

Once an SQL statement is transformed, the DBMS creates what is commonly known as a(n) plan.

Correct Answer

verifed

verified

The SQL execution activities are performed by the query optimizer.

A) True
B) False

Correct Answer

verifed

verified

is an index based on a specific SQL function or expression.

Correct Answer

verifed

verified

function-b...

View Answer

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) B) and D)
F) All of the above

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) B) and C)
F) None of the above

Correct Answer

verifed

verified

When moving data from permanent storage to RAM, an I/O disk operation retrieves:


A) an entire table.
B) an entire physical disk block.
C) only the row containing the attribute requested.
D) only the attribute which was requested.

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

Correct Answer

verifed

verified

Using index characteristics, a database designer can determine the best type of index to use.

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

Describe query optimization and the modes that an optimizer can operate in.

Correct Answer

verifed

verified

Query optimization is the central activi...

View Answer

The table space is used for transaction-recovery purposes.


A) system
B) user data
C) temporary
D) rollback segment

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

Correct Answer

verifed

verified

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


A) procedure cache
B) table space
C) data cache
D) listener

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

Correct Answer

verifed

verified

A DBA determines the initial size of the data files that make up the database; however, as required, the data files can automatically expand in predefined increments known as .


A) procedure cache
B) buffer cache
C) supplements
D) extends

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

Correct Answer

verifed

verified

Working with data in the data cache is many times faster than working with data in the data files.

A) True
B) False

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

The table space is used to store the data dictionary tables.


A) system
B) user data
C) temporary
D) rollback segment

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

Correct Answer

verifed

verified

To work with data, the DBMS must retrieve the data from permanent storage and place it in RAM.

A) True
B) False

Correct Answer

verifed

verified

Showing 61 - 80 of 85

Related Exams

Show Answer