053-44

You have a very large table that your users access frequently. Which of the following advisors will recommend any indexes to improve the performance of queries against this table?
A. The Automatic Memory Manager (AMM)
B. The SQL Tuning Advisor
C. The Segment Advisor
D. The SQL Access Advisor

SQL 访问指导:评估 SQL 的全部工作量, 并建议索引, 分区和实体化视图, 它们将改善 SQL 工作量的总体性能。
SQL Access Advisor 分析在给定时间段内运行的所有 SQL,并建议索引和物化视图以提高数据库的整体性能。
A 不正确,因为没有像自动内存管理器这样的顾问。
B 不正确,因为SQL Tuning Advisor 仅查看单个 SQL 语句并提供建议。
C 不正确 因为如果表和索引段很大, Segment Advisor 建议使用段缩减碎片化。


关联题目 053-61 

关联题目 262

原文地址:https://www.cnblogs.com/Babylon/p/7850615.html