CMS专题

单选题If the ADD DBPARTITIONNUM command is used to add a new database partition to an existing DB2 instance,which statement is correct? ()A All existing databases in the instance are expanded to the new database partition but data cannot be stored on the new

题目
单选题
If the ADD DBPARTITIONNUM command is used to add a new database partition to an existing DB2 instance,which statement is correct? ()
A

All existing databases in the instance are expanded to the new database partition but data cannot be stored on the newpartition until it has been added to a partition group.  

B

Database partition groups within existing databases will automatically include the new database partition and willredistribute their existing data to the new partition.  

C

Any single partition databases within the instance will automatically become multi-partition databases once the newpartition is added to the instance.  

D

A database administrator would need to modify the db2nodes.cfg file to complete the addition of the new partition tothe instance.

参考答案和解析
正确答案: D
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

选择正确的叙述. class Happy extends Frame. { Happy() { SetLayout(new GridLayout(2,2)); Panel p1 = new Panel(); add(p1); p 1.add( new Button("One")); Panel p2 = new Panel(); add(p2); p 2.add( new Button("Two")); add( new Button("Three")); add( new Button("Four")); s()

A.当frame调整大小时,按钮Three和Four 的大小也将调整。

B.当frame调整大小时,所有按钮的大小都将调整。

C.当frame调整大小时,按钮Two和Four 的大小也将调整。

D.当frame调整大小时,按钮One和Two 的大小也将调整。


正确答案:A

第2题:

下列复选框构造方法,错误的是 ( )

A.setLayout(new GridLayout(3,1));

B.add(new Checkbox("one",null,true));

C.add(new Checkbox("two"));

D.add(new Checkbox("one",true));


正确答案:D
解析:该题考查复选框的构造方法。构造方法的一般格式为:public Checkbox (String label,CheckboxGrou Pgroup,boolean state)。选项A、B、C都是正确的,而选项D是错误的,它的第二个参数应该是CheckboxGrou Pgroup,所以选项D是错误的。

第3题:

Which of the following steps are necessary in order to add a new VLAN to the Ezonexam switched network? (Select all that apply)

A.Create the VLAN.

B.Name the VLAN.

C.Configure an IP address for the VLAN.

D.Add the desired ports to the new VLAN.

E.Add the VLAN to the VTP domain.


正确答案:ABD
解析:Explanation:
The following are the basic requirements for creating VLANs:
* Creating the VLAN numbers and names
* Configuring each port's assigned VLAN

Incorrect Answers:
C. This is an optional feature, but not a necessary step for creating a VLAN.

E. Adding any VLAN to a Virtual Trunking Protocol (VTP) domain may be desired in a complex multi-switch and multi-VLAN network. However, it is not a necessary step for creating stand-alone VLANs on a single switch.

第4题:

You share your computer with other users.  You install a new Microsoft Windows Internet Explorer add-on to view videos on the computer. You discover that this add-on conflicts with existing add-ons that other users frequently require. You need to ensure that you are able to view videos without affecting other users.  What should you do?()

  • A、Uninstall the new Windows Internet Explorer add-on.
  • B、Log on as an administrator and disable the new Windows Internet Explorer add-on.
  • C、Direct other users to log on and disable the new Windows Internet Explorer add-on.
  • D、Select the Turn off Automatic Website Checking option for the Phishing filter.

正确答案:C

第5题:

Which of the following steps are necessary in order to add a new VLAN to a switched network?()

A. Create the VLAN.

B. Name the VLAN.

C. Configure an IP address for the VLAN.

D. Add the desired ports to the new VLAN.

E. Add the VLAN to the VTP domain.


参考答案:A, B, D

第6题:

You create a new Automatic Database Diagnostic Monitor (ADDM) task: instance_analysis_mode_task. To view the ADDM report, you use the following command:You want to suppress ADDM output relating to Segment Advisor actions on user SCOTT‘s segments.What would you do to achieve this?()

A. Add a finding directive for the ADDM task.

B. Add a segment directive for the ADDM task.

C. Add a parameter directive for the ADDM task.

D. Disable the Segment Advisor from the Automatic Maintenance Task.


参考答案:B

第7题:

下列程序在Frame中设定BorderLayout布局管理器,选择正确的语句填入程序的横线处。 import java.awt.*; public class ex43 extends Frame { public static void main(String[] args) { ex43 bj = new ex43("BorderLayout"); ______ obj.add("North", new Button("North")); obj.add("South", new Button("Sourth")); obj.add("East", new Button ("East")); obj.add("West", new Button ("West")); obj. add ("Center", new Button ( "Center" ) ); obj.pack(); obj. setVisible (true); } public ex43(String str) { super (str); } }

A.obj.setLayout(new BorderLayout());

B.setLayout(new Borderkayout());

C.setLayout(BorderLayout());

D.obj.setLayout(BorderLayout());


正确答案:A

第8题:

下列Application程序中,指定as为字符串数组类型,先创建一个HashSet对象并赋值,然后在屏幕输出s,请将程序补充完整。

import java.util.*;

public class test17_1{

public static void main(String[] args){

__________s=new HashSet();

s.add("Hello");

s.add("World");

s.add(new Character('我'));

s.add(new Integer(23));

s.add("Hello");

__________as={"W","o","r","1","d"};

s.add(as);

s.add(null);

s.add(new Integer(23));

s.add(null);

System.out.println(__________);


正确答案:Set String[] s
Set String[] s

第9题:

Which of the following steps are necessary in order to add a new VLAN to a switched network?()

  • A、Create the VLAN.
  • B、Name the VLAN.
  • C、Configure an IP address for the VLAN.
  • D、Add the desired ports to the new VLAN.
  • E、Add the VLAN to the VTP domain.

正确答案:A,B,D

第10题:

Which of the following interfaces in Windows server can be used to add a new volume for storage?()

  • A、 Computer Management
  • B、 System Properties
  • C、 Device Manager
  • D、 Disk Management
  • E、 My Computer

正确答案:A,D

更多相关问题