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

Correct Answer

verifed

verified

The ____ table space is used as a temporary storage area for merge, sort, or set aggregate operations.


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

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

Correct Answer

verifed

verified

Indexes do not facilitate join operations.

A) True
B) False

Correct Answer

verifed

verified

To generate database object statistics manually, you could use the following syntax: ____.


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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

____ refers to the number of different values a column could possibly have.


A) Database statistics
B) Data sparsity
C) Primary keys
D) Query optimization

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

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

To work with the data, the DBMS must retrieve the data from the ____ and place it in the ____.


A) data files, procedure cache
B) data files, data cache
C) temporary files, RAM
D) temporary files, procedure cache

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

Correct Answer

verifed

verified

Good database performance is easy to evaluate.

A) True
B) False

Correct Answer

verifed

verified

The SQL cache stores the end-user written SQL.

A) True
B) False

Correct Answer

verifed

verified

When setting optimizer hints, ____ forces the optimizer to use the P_QOH_NDX index to process this query.


A) ALL_ROWS
B) FIRST_ROWS
C) INDEX(P_QOH_NDX)
D) OPTIMIZATION_ROWS

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

Correct Answer

verifed

verified

The majority of primary memory resources will be allocated to the ____ cache.


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

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

Correct Answer

verifed

verified

The ____ table space is used to store end-user data.


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

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

Correct Answer

verifed

verified

List and describe some typical DBMS processes.

Correct Answer

verifed

verified

Listener: The listener process listens f...

View Answer

A data file can only contain rows from one single table.

A) True
B) False

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

All factors must be checked to ensure that each system component operates at its optimum level and has sufficient resources to minimize the occurrence of bottlenecks.

A) True
B) False

Correct Answer

verifed

verified

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

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

Correct Answer

verifed

verified

DBMS query processing has ____________________ phases.

Correct Answer

verifed

verified

Showing 41 - 60 of 70

Related Exams

Show Answer