View the Exhibit for some of the parameter settings. You start a session and issue the following command:SQL>CREATE INDEX emp_ename ON emp(ename) TABLESPACE users INVISIBLE;What is the outcome of the above command?()A. The index is not used by the optimiz

题目

View the Exhibit for some of the parameter settings. You start a session and issue the following command:SQL>CREATE INDEX emp_ename ON emp(ename) TABLESPACE users INVISIBLE;What is the outcome of the above command?()

A. The index is not used by the optimizer but is maintained during DML operations.

B. The index is not used by the optimizer and is not maintained during DML operations.

C. The index is used by the optimizer only if a hint is specified in the query statement and is maintained during DML operations.

D. The index is used by the optimizer only if a hint is specified in the query statement but is not maintained during DML operations.


相似考题
更多“View the Exhibit for some of the parameter settings. You start a session and issue the fol ”相关问题
  • 第1题:

    A) impact

    B) incident

    C) inference

    D) issue


    正确答案:D
    答案:D
    [试题分析] 名词辨析题。
    [详细解答] issue n.论点,问题,这里相当于problem,填入句中符合下文意思,故答案为D。

  • 第2题:

    Exhibit:Exhibit:YouworkasanetworkengineeratCompany.Youstudytheexhibitcarefully.WhichGLBPdevicehostsreceivetheMACaddressassignment?()

    A.R1

    B.R2

    C.TheAVG

    D.TheAVF

    E.Noneoftheotheralternativesapply


    参考答案:D

  • 第3题:

    当有用户请求 Web页面时,会触发()事件?

    A.Application_Start()

    B.Session_Start()

    C.Application_End()

    D.Session_End()


    Application_Start()

  • 第4题:

    为了从HTML文件中获取参数,在Applet程序中应该编写的代码是( )。

    A.在start()方法中加入语句String s=getParameter("buttonLabel");

    B.在int()方法中加入语句String s=Parameter("buttonLabel");

    C.在int()方法中加入语句String s=getParameter("BUTTONLABEL");

    D.在start()方法中加入语句String s=getParameter("BUTIONLABEL");


    正确答案:C

  • 第5题:

    1、当有用户请求 Web页面时,会触发()事件?

    A.Application_Start()

    B.Session_Start()

    C.Application_End()

    D.Session_End()


    Session_Start()

  • 第6题:

    关于PHP中存取session数据的说法不正确的是()。

    A.unset函数可以删除session变量

    B.session_start函数执行后,会开始一个新的会话

    C.isset函数可以查看给定值是否在session中

    D.存储session数据


    C