代码改变世界

1Z0-053 争议题目解析46

2016-03-25 14:06  AlfredZhao  阅读(761)  评论(0编辑  收藏  举报

1Z0-053 争议题目解析46

考试科目:1Z0-053
题库版本:V13.02

题库中原题为:

46.What happens when you run the SQL Tuning Advisor with limited scope?
A. Access path analysis is not performed for SQL statements.
B. SQL structure analysis is not performed for SQL statements.
C. SQL Profile recommendations are not generated for SQL statements.
D. Staleness and absence of statistics are not checked for the objects in the SQL Tuning Advisor.
Answer: B

争议点:
网上有人说选择C,比如“标记为正确答案,不看answer版”题库。

比如:
Riveore的解析:http://blog.csdn.net/rlhua/article/details/14086357

LuiseDalian的解析:http://blog.itpub.net/17013648/viewspace-1250232/

《Performance Tuning》 17.3.2
SQL Tuning Advisor提供选项来管理优化任务的scope和duration。scope的设置可以如下:
Limited--SQL Tuning Advisor基于统计信息检查、访问路径分析、SQL结构分析产生建议. 不会产生SQL profile建议.
Comprehensive--SQL Tuning Advisor在指定的scope内执行所有的分析,包括SQL Profile.
也可以对优化任务指定时间限制(默认为30分钟)

初步结论:
选择C。