当前位置:1Z0-053题库

问题:

[多选]

The following query will provide what information about transportable tablespaces for the current database?()
select d.platform_name "Source", t.platform_name 
"Compatible Targets", endian_format 
from v$transportable_platform t, v$database d 
where t.endian_format = (select endian_format 
from v$transportable_platform t, v$database d 
where d.platform_name = platform_name);  

A .  The list of target platforms having the same endian format as the source database
B .  The list of target platforms requiring endian conversion
C .  The list of target platforms that will not require endian conversion
D .  The list of all target platforms that can receive transportable tablespaces from the source database
E .  None of the above

You have table 'apps','userdata' on server that uses MyISAM storage engine. You want to transfer this data to server but use InnoDB engine instead. You execute the following commands: ServerB commands: Shell> mysqldump –u root –h server –no-data apps userdata mysql –u root –p apps Shell> mysql –u root –p –h server –e 'ALTER TABLE 'apps','userdata' ENGINE=InnoDB;' Shell> mysqldump –u root –p –h server –no-create-info –order-by-primary apps userdata mysql –u root –p apps What effect does the – order-by-primary argument have on the mysqldump command?() It exports tables with the most indexes first to assist with import speeds。 It ensures that unique indexes have no conflicts when the data is dumped。 It orders by primary key to assist in speeding up importing to InnoDB tables。 It must be specified so index data is dumped correctly when –on-create-info is used。 某施工单位承担一土石坝施工任务,该单位对坝基开挖做了施工组织设计,坝基基坑深为5.2m,采用药壶爆破法施工,土方量为9000m<sup>3</sup>,平均运距为10km,合同工期为8天。该施工单位有甲、乙、丙液压挖掘机各4台、2台、2台,A、B、C自卸汽车各12台、30台、18台,挖掘机的机械利用率为0.9,自卸汽车的机械利用率为0.95,其主要参数见表1、表2。 按上述安排,每立方米土石方的挖、运直接费为多少?列式计算结果。 If a job references a schedule that has been disabled, what will be the result?() The job will be automatically disabled.。 The job will never execute.。 The job will attempt to execute but will fail.。 The job will inherit the DEFAULT_SCHEDULE schedule.。 A schedule object cannot be disabled.。 抗心律失常药物的分类,每类各举一代表药。 A customer wants to deploy the latest ServeRAID driver and firmware updates to 25 servers on their LAN.  This needs to be accomplished during off peak hours when LAN utilization is at its lowest.  Which IBM Director component would be used to accomplish this?() Update Express CD。 Update Assistant。 Process Management。 Remote Deployment Manager。

The following query will provide what information about transportable tablespaces for the current database?()
select d.platform_name "Source", t.platform_name 
"Compatible Targets", endian_format 
from v$transportable_platform t, v$database d 
where t.endian_format = (select endian_format 
from v$transportable_platform t, v$database d 
where d.platform_name = platform_name);  

参考答案:

  参考解析

本题暂无解析

相关题目:

在线 客服