You issued the following command:An index is then created on the ADMIN_WORK_AREA temporary table. Which two statements are true regarding the TBS_T1 tablespace in the above command? ()A. It stores only the temporary table but not its indexes.B. It stores

题目
You issued the following command:An index is then created on the ADMIN_WORK_AREA temporary table. Which two statements are true regarding the TBS_T1 tablespace in the above command? ()

A. It stores only the temporary table but not its indexes.

B. It stores both the temporary table as well as its indexes.

C. It must be a nondefault temporary tablespace for the database.

D. It can be a default or nondefault temporary tablespace for the database.

E. It must be the default temporary tablespace of the user who issues the command.


相似考题
更多“You issued the following command:An index is then created on the ADMIN_WORK_AREA temporary table. Which two statements are true regarding the TBS_T1 tablespace in the above command? () ”相关问题
  • 第1题:

    You’re going to have a quiz ( )by another two in the ( )month.

    A. followed,followed

    B. followed,following

    C. following,followed

    D. following,following


    参考答案:B

  • 第2题:

    在窗体上,设置控件Command0为不可见的属性是( )。

    A.Command0.Color

    B.Command0.Caption

    C.Command0.Enabled

    D.Command0.visible


    正确答案:D
    答案:D.解析:本题考查控件可见属性的知识。在VBA中,要想使某个控件可见,需修改其Visible属性为True;要想使某个控件可用,需修改其Enabled属性为True。

  • 第3题:

    An operator has been asked if a system was rebooted. Which of the following commands should be used to determine if a reboot has occurred?()

    A. The name?command.The ?name?command.

    B. The ptime?command.The ?ptime?command.

    C. The hutdown ast?command.The ?hutdown ?ast?command.

    D. The ?etc/rc.shutdown?command.


    参考答案:B

  • 第4题:

    为了使命令按钮(名称为Command1)右移200,应使用的语句是

    A.Command1.Move-200

    B.Command1.Move200

    C.Command1.Left=Command1.Left+20

    D.Command1.Left=Command1.Left-200


    正确答案:C
    解析:本题考查命令按钮控件的属性。题目要求命令按钮右移200,也就是说距离左边框的距离增加200,使用Left属性可以实现。 Left则是距离窗体左边框的距离,所以本题正确答案是选项C。考生需要注意,命令按钮没有Move属性。

  • 第5题:

    Arielisdesigninganapplicationandwouldliketocreateresponsedocumentswithacopyoftheoriginaldocinacollapsiblesection,oneofthefollowing@command,providedwiththecorrectparameters,willallowhertodothis()

    A.@command ([compose with copy])

    B.@command ([compose with section])

    C.@command ([compose with reference])

    D.@command ([compose with referencesection])


    参考答案:C

  • 第6题:

    3、command1 && comman2 || command3的含义是:()

    A.当command1,command2成功时才执行command3

    B.当command1,command2失败时才执行command3

    C.当command1失败,command2成功时才执行command3

    D.当command1成功,command2失败时才执行command3


    当 command1 成功, command2 失败时才执行 command3