RelationalDBDesign
SiteMap
Advanced Tuning
SQL Tuning
Perform Tuning
Tuning Instance
Tuning Basics
External Environment
SQL Tuning
«Prev
Next»
Oracle SQL Tuning
Tuning Oracle SQL
Extension ANSI SQL
SQL Tuning Tool Set
Executing Oracle SQL
Explain Plan Utility
SQL Optimizer Modes
Rule Based Optimizer
Ranking Scheme
Cost Based Optimizer
SQL Tuning Hints
Oracle SQL
ANSI SQL Extensions
Built in Functions
Query Override
Oracle null Value BIF
Decode Function
Supplied Extensions
Extensions Conclusion
SQL Tuning Tools
DBA SQL Roles
Creating SQL Standards
Developers Write SQL
Inside Stored Procedures
SQL Tuning Tools
Explain Plan Utility
SQL Declarative Language
Oracle Plan Table
Explain Plan Statement
Full Table Scan
Diagnose Table Joins
Non Correlated Subqueries
Index Range Scans
Analyze Explain Plan
SQL Explain Plan Conclusion
SQL Optimizer Modes
Optimizer Modes
Default Optimizer Mode
SQL Optimizer Modes
Rule Based Optimizer
SQL Tuning Concepts - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which was listed as a method for making SQL re-usable? (Choose all that apply)
Please select all the correct answers.
A.
Place all SQL in stored procedures.
B.
Replace all hard-coded variables with host variables.
C.
Place all SQL in triggers.
D.
Remove all built-in functions from SQL.
2.
Which was listed as a tool to help tune Oracle SQL? (Choose all that apply)
Please select all the correct answers.
A.
TKPROF
B.
SQL*Loader
C.
SQL Analyzer
D.
EXPLAIN PLAN
3.
Which is correct about the rule-based optimizer? (Choose all that apply)
Please select all the correct answers.
A.
It was the first optimizer for Oracle.
B.
It uses table and index statistics to determine the access path.
C.
It reads the Oracle data dictionary to determine if indexes exist for tables.
D.
It requires periodic ANALYZE TABLE commands.
4.
Which is true about the EXPLAIN PLAN utility? (Choose all that apply)
Please select all the correct answers.
A.
It requires the existence of a plan table.
B.
It places the access path in a plan table for display.
C.
It must execute the SQL to determine the path.
D.
It requires the SET PLAN command.