易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

What is true about version-enabled tables?()

A、The unit of versioning is the schema.

B、It is possible to version enable a table pertaining to SYS.

C、There are as many segments as versions for the same base table.

D、It is possible to create workspaces if there is no version-enabled table in the database.

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 数字符号的种类不包括()

    A、西文半角

    B、西文全角

    C、罗马数字

    D、中文番号

  • Which three attributes of the LOG_ARCHIVE_DEST_n initialization parameter control the data availability mode of a Data Guard standby database? ()

    A

    SYNC or ASYNC to identify the network transmission mode. 

    B

    LGWR or ARCH to identify the primary database process responsible for sending redo information to the standby. 

    C

    AFFIRM or NOAFFIRM to control whether log archiving disk write operations are to be performed synchronously or asynchronously. 

    D

    PROTECTED or UNPROTECTED to control the degree of divergence and data loss at the standby database.

  • 删除视图salary的命令是(  )。

    A、DROP VIEW salary

    B、DROP salary VIEW

    C、DELECT salary

    D、DELECT salary VIEW

  • What can cause a thread to become non-runnable?()

    A、 Exiting from a synchronized block.

    B、 Calling the wait method on an object.

    C、 Calling the notify method on an object.

    D、 Calling the notifyAll method on an object.

  • Which regular expression, inserted at line 12, correctly splits test into "Test A", "Test B", and "Test C"?()

    A、 String regex = "";

    B、 String regex = " ";

    C、 String regex = ".*";

    D、 String regex = "//s";

    E、 String regex = "//.//s*";

    F、 String regex = "//w[/.] +";

联系客服 会员中心
TOP