Which statement describes the effect of the execution of the above PL/SQL block?()A. The plan baselines are verified with the SQL profiles.B. All fixed plan baselines are converted into nonfixed plan baselines.C. All the nonaccepted SQL profiles are accep

题目
Which statement describes the effect of the execution of the above PL/SQL block?()

A. The plan baselines are verified with the SQL profiles.

B. All fixed plan baselines are converted into nonfixed plan baselines.

C. All the nonaccepted SQL profiles are accepted into the plan baseline.

D. The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.


相似考题
更多“Which statement describes the effect of the execution of the above PL/SQL block?() ”相关问题
  • 第1题:

    关于PL/SQL块的执行部分下列说法正确的是?()

    A.PL/SQL表达式可以包含分组函数.

    B.PL/SQL表达式不可以包含SQL函数.

    C.在SQL语句中部分分组函数可用.

    D.以上都不对


    参考答案:A

  • 第2题:

    T-SQL是SQL语言的方言,Oracle的PL/SQL不是SQL方言


    错误

  • 第3题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口

  • 第4题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口

  • 第5题:

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


    正确

  • 第6题:

    Statement对象本身包含SQL语句。


    错误