zoukankan      html  css  js  c++  java
  • OCP-052考试题库汇总(9)-CUUG内部解答版

    Which three are true about Optimizer Statistics?

    A)They can be gathered manually

    B)They are automatically updated by DML statements

    C)They contain the execution plan for each executed SQL statement.

    D)They include the number of rows in a table and the number of distinct values per column.

    E)They can be gathered automatically by an automatic maintenance job.

    Answer: ADE

    赵:C 错,优化器统计信息和执行计划是两个事,统计信息的最终用途是告诉优化器 optimizer 可以对每个 SQL 去选择最好的执行计划。

  • 相关阅读:
    rebar
    namenode ha
    jmx
    doclint in jdk8
    maven source
    avd
    ccw-ide
    ST3使用
    Web worker
    离线web-ApplicationCache
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/11262532.html
Copyright © 2011-2022 走看看