niusouti.com

What recommendations does the SQL Access Advisor provide for optimizing SQL queries? ()(Choose all that apply.)A. selection of SQL plan baselinesB. partitioning of tables and indexesC. creation of index-organized tablesD. creation of bitmap, function-base

题目
What recommendations does the SQL Access Advisor provide for optimizing SQL queries? ()(Choose all that apply.)

A. selection of SQL plan baselines

B. partitioning of tables and indexes

C. creation of index-organized tables

D. creation of bitmap, function-based, and B-tree indexes

E. optimization of materialized views for maximum query usage and fast refresh


相似考题
参考答案和解析
参考答案:B, D, E
更多“What recommendations does the SQL Access Advisor provide for optimizing SQL queries? ()(Choose all that apply.) ”相关问题
  • 第1题:

    在SQL中,集合成员算术比较操作“元组<>ALL(集合)”中的“<>ALL”的等价操作符是( )。

    A.NOT IN

    B.IN

    C.<>SOME

    D.=SOME


    正确答案:A

  • 第2题:

    在流媒体直播解决方案中必须使用()数据库的GK和RMCC

    A.oracle

    B.SQL2005

    C.SQL2008

    D.access


    参考答案:A

  • 第3题:

    SQL 语句中与NOT IN 等价的操作语句是()。

    A.some

    B.<>some

    C.=ALL

    D.<>ALL


    < >ALL

  • 第4题:

    在流媒体直播解决方案中不能使用()数据库的GK和RMCC。

    A.oracle

    B.SQL2005

    C.SQL2008

    D.access


    参考答案:B, C, D

  • 第5题:

    SQL子查询使用的量词包括______。

    A.EXISTS

    B.ANY

    C.SOME

    D.ALL


    ANY;SOME;ALL

  • 第6题:

    在SQL的嵌套查询中,如何区分谓词ANY和ALL,请用实例进行说明。