Exam 11: Database Performance Tuning and Query Optimization
Exam 1: Database Systems70 Questions
Exam 2: Data Models70 Questions
Exam 3: The Relational Database Model100 Questions
Exam 4: Entity Relationship (ER)Modeling100 Questions
Exam 5: Advanced Data Modeling70 Questions
Exam 6: Normalization of Database Tables100 Questions
Exam 7: Introduction to Structured Query Language (SQL)100 Questions
Exam 8: Advanced SQL100 Questions
Exam 9: Database Design100 Questions
Exam 10: Transaction Management and Concurrency Control70 Questions
Exam 11: Database Performance Tuning and Query Optimization70 Questions
Exam 12: Distributed Database Management Systems70 Questions
Exam 13: Business Intelligence and Data Warehouses100 Questions
Exam 14: Database Connectivity and Web Technologies100 Questions
Exam 15: Database Administration and Security100 Questions
Select questions type
The SQL execution activities are performed by the query optimizer.
Free
(True/False)
4.8/5
(36)
Correct Answer:
False
Fully equivalent means that the optimized query results are always the same as the original query.
Free
(True/False)
4.8/5
(47)
Correct Answer:
True
The ____________________ table space is the most frequently accessed table space and should be stored in its own volume.
Free
(Short Answer)
4.7/5
(28)
Correct Answer:
system
The ____ table space is used as a temporary storage area for merge,sort,or set aggregate operations.
(Multiple Choice)
4.8/5
(36)
The system will perform best when its hardware and software resources are ____________________.
(Short Answer)
4.7/5
(40)
____________________ are ordered sets of values that are crucial in speeding up data access.
(Short Answer)
4.9/5
(35)
The data cache or ____ is a shared,reserved memory area that stores the most recently accessed data blocks in RAM.
(Multiple Choice)
4.9/5
(35)
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.
(Multiple Choice)
4.8/5
(30)
The ____ table space is used to store the data dictionary tables.
(Multiple Choice)
4.8/5
(29)
The ____________________ analyzes the SQL query and finds the most efficient way to access the data.
(Short Answer)
4.8/5
(30)
How can queries be written to perform the fastest when equality and inequality comparisons are needed?
(Essay)
4.9/5
(25)
How should storage volumes be allocated for indexes,system,and high-usage tables?
(Essay)
4.8/5
(39)
The ____ table space is used for transaction-recovery purposes.
(Multiple Choice)
4.9/5
(34)
Indexes are very useful in small tables or tables with low sparsity.
(True/False)
4.8/5
(35)
On the client side,the objective is to generate a SQL query that returns the correct answer in the least amount of time,using the minimum amount of resources at the server end.The activities required to achieve that goal are commonly referred to as ____ tuning.
(Multiple Choice)
4.9/5
(38)
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 ____.
(Multiple Choice)
4.8/5
(37)
To work with data,the DBMS must retrieve the data from permanent storage and place it in RAM.
(True/False)
4.9/5
(39)
Showing 1 - 20 of 70
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)