单选题Which data organization schemes are supported?()A PARTITION BY HASH and ORGANIZE BY  B PARTITION BY RANGE and ORGANIZE BY KEY SEQUENCE  C PARTITION BY HASH and ORGANIZE BY KEY SEQUENCE D PARTITION BY RANGE and ORGANIZE BY

题目
单选题
Which data organization schemes are supported?()
A

PARTITION BY HASH and ORGANIZE BY  

B

PARTITION BY RANGE and ORGANIZE BY KEY SEQUENCE  

C

PARTITION BY HASH and ORGANIZE BY KEY SEQUENCE 

D

PARTITION BY RANGE and ORGANIZE BY

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Company.com has recently received a new p5-570 in the data center and intends to Micro-Partition the server. In which order should installation steps be taken?()

  • A、Connect to the network,power on the server,Micro-Partition the server
  • B、Connect to the HMC,power on the server,Micro-Partition the server,connect to the network
  • C、Power on server,connect to the network,Micro-Partition the server,connect to the HMC
  • D、Power on the server,connect to the HMC,Micro-Partition the server,connect to the network

正确答案:B

第2题:

Which data organization schemes are supported?()

  • A、PARTITION BY HASH and ORGANIZE BY  
  • B、PARTITION BY RANGE and ORGANIZE BY KEY SEQUENCE  
  • C、PARTITION BY HASH and ORGANIZE BY KEY SEQUENCE 
  • D、PARTITION BY RANGE and ORGANIZE BY

正确答案:D

第3题:

Evaluate the following SQL statement used to create the PRODUCTS table:Which statement is true regarding this command?()

A. It executes successfully but partition pruning cannot happen for this partition key.

B. It produces an error because the TOTAL_VALUE column cannot be used as a partition key.

C. It produces an error because compression cannot be used for the TOTAL_VALUE partition key.

D. It executes successfully but the values in the TOTAL_VALUE column would not be physically stored in the partitions.


参考答案:D

第4题:

Which of the following explains the relationship between a physical and logical partition?()

  • A、A physical partition is hosted on one or more logical partitions. A logical partition is used when describing storage.
  • B、A logical partition is hosted on one or more physical partitions. A physical partition is used when describing storage.
  • C、A physical partition is used when describing only a SCSI or SAS disk. A logical partition is used when describing a SAN LUN.
  • D、A logical partition is used when describing only a SATA or SAS disk. A physical partition is used when describing RAID or mirrored arrays.

正确答案:B

第5题:

Which is a restriction on a list partitioned table?()

  • A、You cannot create global range partitioned indexes on the table. 
  • B、The optimizer will not execute partition wise joins on the table’s partitions. 
  • C、You must include at least one element in the value list of each partition of the table, even if that element is the keyword NULL. 
  • D、Partition pruning will not occur during query optimizer if a range of values is included in the query predicate.

正确答案:C

第6题:

An administrator has set up three partitions using a shared processor pool with 2 processors and SMT turned on. The partitions are activated in the following sequence: Partition one: Min = 0.5, max = 3.0, desired = 1.0; Partition two: Min = 1.0, max = 3.0, desired = 1.5 Partition three: Min = 1, max = 0.5, desired = 2. What is the outcome?()

  • A、Partition one starts and has 3.0 logical processors. Partition two does not start. Partition three has 1.0 logical processors. 
  • B、Partition one starts and has 1.5 logical processors. Partition two has 1.0 logical processors. Partition three has 0.1 processors. 
  • C、Partition one starts and has 2.0 logical processors. Partition two start and has 2.0 logical processors. Partition three does not start. 
  • D、Partition one starts and has 2.0 logical processors. Partition two has 1.0 logical processors. Partition three has 0.1 logical processors.

正确答案:C

第7题:

You need to create a partitioned table to store historical data and you issued the following command:   CREATE TABLE purchase_interval PARTITION BY RANGE (time_id) INTERVAL (NUMTOYMINTERVAL(1,’month’)) STORE IN (tbs1,tbs2,tbs3) ( PARTITION p1 VALUES LESS THAN(TO_DATE(’1-1-2005’, ’dd-mm-yyyy’)), PARTITION p2 VALUES LESS THAN(TO_DATE(’1-1- 2007’, ’dd-mm-yyyy’)))  AS SELECT * FROM purchases WHERE time_id < TO_DATE(’1-1-2007’,’dd-mm-yyyy’);   What is the outcome of the above command?()  

  • A、 It returns an error because the range partitions P1 and P2 should be of the same range.
  • B、 It creates two range partitions (P1, P2). Within each range partition, it creates monthwise subpartitions.
  • C、 It creates two range partitions of varying range. For data beyond ’1-1-2007,’ it creates partitions with a width of one month each.
  • D、 It returns an error because the number of tablespaces (TBS1,TBS2,TBS3)specified does not match the number of range partitions (P1,P2) specified.

正确答案:C

第8题:

Consider the following statement on a RANGE partitioned table: ALTER TABLE orders DROP PARTITION p1, p3;What is the outcome of executing the above statement?()

A.A syntax error will result as you cannot specify more than one partition in the same statement

B.All data in p1 and p3 partitions are removed and the table definition is changed

C.All data in p1 and p3 partitions are removed, but the table definition remains unchanged

D.Only the first partition (p1) will be dropped as only one can be dropped at any time


参考答案:B

第9题:

After purchasing the Active Memory Expansion (AME) Enablement Feature,what tasks must be completed before AME can be used?()

  • A、Enable using active partition properties with DLPAR
  • B、Enter the activation key via the AIX 6.1 command line and reboot AIX
  • C、Enter the activation key via the HMC,power cycle the managed system and start the LPAR
  • D、Enter the activation key via the HMC,modify the partition profile and restart the LPAR

正确答案:B

第10题:

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.

正确答案:A

更多相关问题