You run the SQL Tuning Advisor (STA) to tune a SQL statement that is part of a fixed SQL plan baseline. The STA generates a SQL profile for the SQL statement, which recommends that you accept the profile. Which statement is true when you accept the sugges

题目

You run the SQL Tuning Advisor (STA) to tune a SQL statement that is part of a fixed SQL plan baseline. The STA generates a SQL profile for the SQL statement, which recommends that you accept the profile. Which statement is true when you accept the suggested SQL profile?()

A. The tuned plan is not added to the SQL plan baseline.

B. The tuned plan is added to the fixed SQL plan baseline as a fixed plan.

C. The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan.

D. The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.


相似考题
更多“You run the SQL Tuning Advisor (STA) to tune a SQL statement that is part of a fixed SQL p ”相关问题
  • 第1题:

    10、Statement接口继承了PreparedStatement接口,用来执行预编译的SQL语句。


    正确

  • 第2题:

    JDBC访问数据库步骤:1:加载一个Driver驱动;2:创建数据库连接Connection。3:创建SQL命令发送器Statement。4:通过Statement发送SQL命令并得到结果。5:处理结果。6:关闭数据库资源。


    正确

  • 第3题:

    Statement对象本身包含SQL语句。


    错误

  • 第4题:

    7、Statement对象提供了执行基本SQL语句的功能。


    正确

  • 第5题:

    ()接口继承了Statement接口,用来执行预编译的SQL语句。


    错误

  • 第6题:

    1、写出Java程序中用Statement来执行sql查询与更新语句。


    正确