Filters
Question type

Study Flashcards

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

query optimizer

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

To generate database object statistics manually, following syntax should be used in Oracle:


A) ANALYZE <TABLE/INDEX> object_name;
B) CREATE <TABLE/INDEX> object_name;
C) ANALYZE <TABLE/INDEX> object_name COMPUTE STATISTICS;
D) CREATE <TABLE/INDEX> object_name COMPUTE STATISTICS;

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

Correct Answer

verifed

verified

The primary factor in determining the most efficient access plan is the I/O cost.

A) True
B) False

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

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

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

True

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

Correct Answer

verifed

verified

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


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

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

Correct Answer

verifed

verified

The SQL cache stores the end-user written SQL.

A) True
B) False

Correct Answer

verifed

verified

False

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

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

RAID systems use a single disk to create storage volumes.

A) True
B) False

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) extents

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

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) All of the above
F) A) and C)

Correct Answer

verifed

verified

A(n) _____ is good for simple and fast lookup operations based on equality conditions.

Correct Answer

verifed

verified

A(n) _____ tablestores the end-user data and the index data in consecutive locations on permanent storage.

Correct Answer

verifed

verified

index-orga...

View Answer

Bitmap indexes tend to use less space than a _____ because they use bits instead of bytes to store their data.


A) hash index
B) sparse index
C) B-tree index
D) reverse index

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

Correct Answer

verifed

verified

Showing 1 - 20 of 75

Related Exams

Show Answer