Filters
Question type

Study Flashcards

RAID systems use a single disk to create storage volumes.

A) True
B) False

Correct Answer

verifed

verified

____________________ is another name for table space.

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 ____ cache stores the most recently executed SQL statements.


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

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

Correct Answer

verifed

verified

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


A) procedure cache
B) file group
C) data files
D) extends

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

Correct Answer

verifed

verified

Indexes do not facilitate join operations.

A) True
B) False

Correct Answer

verifed

verified

All data in a database are stored in ____ files.


A) table
B) data
C) RAM
D) system

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

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) 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) A) and D)
F) None of the above

Correct Answer

verifed

verified

When setting optimizer hints,____ instructs the optimizer to minimize the overall execution time,that is,to minimize the time it takes to return all rows in the query result set.This hint is generally used for batch mode processes.


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

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

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

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

Correct Answer

verifed

verified

Query optimization is the central activi...

View Answer

One measure that determines the need for an index is the ____ of the column you want to index.____ 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) A) and C)
F) None of the above

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

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

Correct Answer

verifed

verified

Use _____________________________________________ to provide balance between performance and fault tolerance.

Correct Answer

verifed

verified

RAID
redundant array...

View Answer

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

A) True
B) False

Correct Answer

verifed

verified

Most DBMSs operate in one of two optimization modes: cost-based or rule-based.Others automatically determine the ____ based on whether database statistics are available.


A) data cache
B) SQL cache
C) sort cache
D) optimization mode

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

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

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

Correct Answer

verifed

verified

Showing 41 - 60 of 70

Related Exams

Show Answer