可学答题网 > 问答 > 1Z0-053题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You need to create&ens


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.
参考答案
参考解析:
分类:1Z0-053题库
相关推荐

1、You need to reduce&ens

You&ensp;need&ensp;to&ensp;reduce&ensp;the&ensp;level&ensp;of&ensp;access&ensp;that&ensp;a&ensp;malicious&ensp;Web&ensp;site&ensp;might&ensp;have&ensp;to&ensp;your&e...

2、You need to create&ens

You&ensp;need&ensp;to&ensp;create&ensp;a&ensp;JavaBean&ensp;object&ensp;that&ensp;is&ensp;used&ensp;only&ensp;within&ensp;the&ensp;current&ensp;JSP&ensp;page.&ensp;I...

3、You need to create&ens

You&ensp;need&ensp;to&ensp;create&ensp;a&ensp;VPN&ensp;connection.&ensp;What&ensp;should&ensp;you&ensp;do?()AFrom&ensp;Windows&ensp;Explorer,&ensp;right-click&ens...

4、You need to create&ens

You&ensp;need&ensp;to&ensp;create&ensp;a&ensp;Password&ensp;Settings&ensp;object&ensp;(PSO).Which&ensp;tool&ensp;should&ensp;you&ensp;use()AActive&ensp;Directory...

5、You need to create&ens

You need to create a method to clear a Queue named q.Which code segment should you use?()AABBCCDD

6、You need to create&ens

You&ensp;need&ensp;to&ensp;create&ensp;a&ensp;web&ensp;share&ensp;on&ensp;your&ensp;Windows&ensp;2000&ensp;Professional&ensp;computer&ensp;named&ensp;Admin01.&ensp;Y...