QUESTION 183
What recommendations does the SQL Access Advisor provide for optimizing SQL queries? (Choose all that
apply.)
A. selection of SQL plan baselines
B. partitioning of tables and indexes
C. creation of index-organized tables
D. creation of bitmap, function-based, and B-tree indexes
E. optimization of materialized views for maximum query usage and fast refresh
Answer: BDE
同232题:http://blog.csdn.net/rlhua/article/details/16862535
Explanation/Reference:
Section: Managing Database Performance & Tuning
本文介绍了SQL Access Advisor为优化SQL查询提供的建议,包括表及索引分区、创建位图及B树索引、优化物化视图等,帮助提高数据库性能。
8643

被折叠的 条评论
为什么被折叠?



