Filters
Question type

Study Flashcards

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

A system table space,a user data table space,an index table space,and a temporary table space are examples of ____.


A) procedure caches
B) file groups
C) data files
D) extends

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

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

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


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

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

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

system

Good database performance starts with good database design.

A) True
B) False

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

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) file group
C) data files
D) extends

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

Correct Answer

verifed

verified

Fully equivalent means that the optimized query results are always the same as the original query.

A) True
B) False

Correct Answer

verifed

verified

True

Most current-generation relational DBMSs perform automatic query optimization at the client end.

A) True
B) False

Correct Answer

verifed

verified

RAID systems use a single disk to create storage volumes.

A) True
B) False

Correct Answer

verifed

verified

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

Indexes are very useful in small tables or tables with low sparsity.

A) True
B) False

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

Correct Answer

verifed

verified

DBMS implementations are typically similar in complexity to two-tier client/server configurations.

A) True
B) False

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

The SQL execution activities are performed by the query optimizer.

A) True
B) False

Correct Answer

verifed

verified

How can queries be written to perform the fastest when equality and inequality comparisons are needed?

Correct Answer

verifed

verified

Equality comparisons are generally faster than inequality comparisons.For example,P_PRICE = 10.00 is processed faster because the DBMS can do a direct search using the index in the column.If there are no exact matches,the condition is evaluated as false.However,if you use an inequality symbol (>,>=,<,<=),the DBMS must perform additional processing to complete the request,because there will almost always be more "greater than" or "less than" values in the index than "equal" values.With the exception of NULL,the slowest of all comparison operators is LIKE with wildcard symbols,as in V_CONTACT LIKE "%glo%".Also,using the "not equal" symbol (<>)yields slower searches,especially when the sparsity of the data is high-that is,when there are many more different values than there are equal values.

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


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

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

Correct Answer

verifed

verified

Showing 1 - 20 of 70

Related Exams

Show Answer