Exam 14: Managing Database and Sql Performance
Exam 1: The Database Approach70 Questions
Exam 2: Database Development Process100 Questions
Exam 3: Data Models70 Questions
Exam 4: Relational Model Characteristics100 Questions
Exam 5: Beginning Structured Query Language Sql100 Questions
Exam 6: Procedural Language Sql and Advanced Sql100 Questions
Exam 7: Data Modeling With Entity Relationship Diagrams100 Questions
Exam 8: Data Modeling Advanced Concepts70 Questions
Exam 9: Normalizing Database Designs100 Questions
Exam 10: Distributed Databases70 Questions
Exam 11: Interacting With Databases Through the Web100 Questions
Exam 12: Database Administration and Security100 Questions
Exam 13: Managing Transactions and Concurrency70 Questions
Exam 14: Managing Database and Sql Performance70 Questions
Exam 15: Databases for Decision Support100 Questions
Select questions type
Working with data in the data cache is many times faster than working with data in the data files.
Free
(True/False)
4.7/5
(38)
Correct Answer:
True
One of the main functions of a database system is to provide timely answers to end users.
Free
(True/False)
4.9/5
(38)
Correct Answer:
True
On the server side, the DBMS environment must be properly configured to respond to clients requests in the fastest way possible, while making optimum use of existing resources. The activities required to achieve that goal are commonly referred to as ____ tuning.
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
D
The ____________________ cache is a shared, reserved memory area that stores the most recently executed SQL statements or PL/SQL procedures, including triggers and functions.
(Short Answer)
4.9/5
(37)
The SQL execution activities are performed by the query optimizer.
(True/False)
4.9/5
(44)
Database ____________________ activities can be divided into those taking place either on the client side or on the server side.
(Short Answer)
4.9/5
(44)
When setting optimizer hints, ____ instructs the optimizer to minimize the time it takes to process the first set of rows, that is, to minimize the time it takes to return only the first set of rows in the query result set. This hint is generally used for interactive mode processes.
(Multiple Choice)
4.9/5
(32)
The ____________________ analyzes the SQL query and finds the most efficient way to access the data.
(Short Answer)
4.9/5
(40)
How can queries be written to perform the fastest when equality and inequality comparisons are needed?
(Essay)
4.8/5
(36)
Describe query optimization and the modes that an optimizer can operate in.
(Essay)
4.7/5
(38)
The ____ cache stores the most recently executed SQL statements.
(Multiple Choice)
4.7/5
(31)
The data cache or ____ is a shared, reserved memory area that stores the most recently accessed data blocks in RAM.
(Multiple Choice)
4.8/5
(34)
Why do we need to optimize a DBMS with SQL performance tuning, even though they automatically optimize SQL queries?
(Essay)
4.9/5
(28)
Fully equivalent means that the optimized query results are always the same as the original query.
(True/False)
4.7/5
(35)
Most current-generation relational DBMSs perform automatic query optimization at the client end.
(True/False)
4.7/5
(37)
Use __________________________________________________ to provide balance between performance and fault tolerance.
(Short Answer)
4.8/5
(36)
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.
(Multiple Choice)
4.8/5
(25)
The data cache caches system catalog data and the contents of the indexes.
(True/False)
4.8/5
(27)
Showing 1 - 20 of 70
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)