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

Sales details are being stored on a daily basis in the SALES_2007 table. A large amount of data is added to the table daily. To save disk space, you issued the following command: ALTER TABLE sales_2007 COMPRESS FOR ALL OPERATIONS; What would be the outcome of this command?()

A、It produces an error because data already exists in the table.

B、It produces an error because compression can be enabled at table creation only.

C、It compresses all data added or modified henceforth but the existing data in the table is not compressed immediately.

D、It immediately compresses all existing data as well as new data, resulting from either fresh additions or modifications to existing data.

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

相关问题推荐

  • Your task is to provision the Junos security platform to permit transit packets from the Private zone to the External zone by using an IPsec VPN and log information at the time of session close.Which configuration meets this requirement?()

    A、[edit security policies from-zone Private to-zone External] user@host# show policy allowTransit { match { source-address PrivateHosts;destination-address ExtServers; application ExtApps; } then { permit { tunnel { ipsec-vpn VPN; } } log { session-init; } } }

    B、[edit security policies from-zone Private to-zone External] user@host# show policy allowTransit { match { source-address PrivateHosts; destination-address ExtServers; application ExtApps; } then { permit { tunnel { ipsec-vpn VPN; } } count { session-close; } } }

    C、[edit security policies from-zone Private to-zone External] user@host# showpolicy allowTransit { match { source-address PrivateHosts; destination-address ExtServers; application ExtApps; } then { permit { tunnel { ipsec-vpn VPN;} } log { session-close; } } }

    D、[edit security policies from-zone Private to-zone External] user@host# show policy allowTransit { match { source-address PrivateHosts; destination-address ExtServers; application ExtApps; } then { permit { tunnel { ipsec-vpn VPN; log; count session-close; } } } }

  • 可能影响组织项目团队的一个限制因素是()。

    A、执行组织的组织结构

    B、小组成员之间沟通不畅

    C、人员配备要求不够明确

    D、小组士气

  • 当数据库中数据总体逻辑结构发生变化,而应用程序不受影响,称为数据的(  )。

    A、逻辑独立性

    B、物理独立性

    C、应用独立性

    D、空间独立性

  • 一般意义上来说,数据包括信息,信息是有意义的数据。

    A、对

    B、错

  • During OSPF adjacency formation, what state is a router in when it is sending LSA header information to its neighbor?  ()

    A、 Init

    B、 2Way

    C、 ExStart

    D、 Exchange

联系客服 会员中心
TOP