可学答题网 > 问答 > 1Z0-032题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Consider the following&ensp


Consider the following statement:   SQL> EXECUTE DBMS_STATS.GATHER_SHEMA_STATS (-  2> ownname => ‘OE’, -  3> estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, -  4> method opt => ‘for all columns size AUTO’);   What is the effect of ‘for all columns size AUTO’ of the METHOD_OPT option?()

  • AThe Oracle server creates a new histogram based on existing histogram definitions for all table, column, and index statistics for the OE schema. 
  • BThe Oracle server creates a histogram based on data distribution regardless of how the application uses the column/s for all table, column, and index statistics for the OE schema.
  • CThe Oracle server creates a histogram based on data and application usage of the column/s for all table, column, and index statistics for the OE schema. 
  • DThe Oracle server creates a histogram based on application usage, regardless of data distribution, for all table, column, and index statistics for the OE schema.
参考答案
参考解析:
分类:1Z0-032题库