搜题
用户您好, 请在下方输入框内搜索其它题目:
搜题
题目内容 (请给出正确答案)
提问人:网友 发布时间:
【单选题】

The&ensp;INV_HISTORY&ensp;table&ensp;is&ensp;created&ensp;using&ensp;the&ensp;command:&ensp;&ensp;<br /> SQL>CREATE&ensp;TABLE&ensp;INV_HISTORY&ensp;(inv_no&ensp;NUMBER(3),&ensp;inv_date&ensp;DATE,&ensp;inv_amt&ensp;NUMBER(10,2))&ensp;partition&ensp;by&ensp;range&ensp;(inv_date)&ensp;interval&ensp;(numtoyminterval(1,&rsquo;month&rsquo;))&ensp;(partition&ensp;p0&ensp;<br /> values&ensp;less&ensp;than&ensp;(to_date(&rsquo;01-01-2005&rsquo;,&rsquo;dd-mm-yyyy&rsquo;)),&ensp;partition&ensp;p1&ensp;values&ensp;less&ensp;than&ensp;(to_date(&rsquo;01-01-2006&rsquo;,&rsquo;dd-mm-yyyy&rsquo;)));&ensp;&ensp;<br /> The&ensp;following&ensp;data&ensp;has&ensp;been&ensp;inserted&ensp;into&ensp;the&ensp;INV_HISTORY&ensp;table&ensp;:&ensp;&ensp;<br /> INV_NO&ensp;INV_DATE&ensp;INV_AMT&ensp;1&ensp;30-dec-2004&ensp;1000&ensp;2&ensp;30-dec-2005&ensp;2000&ensp;3&ensp;1-feb-2006&ensp;3000&ensp;4&ensp;1-mar-2006&ensp;4000&ensp;5&ensp;1-apr-2006&ensp;5000&ensp;&ensp;<br /> You&ensp;would&ensp;like&ensp;to&en

A、 It executes successfully,and the transition point is set to ’1-apr-2006’.

B、 It executes successfully,and the transition point is set to ’15-apr-2006’.

C、 It produces an error because the partitions specified for merging are not adjacent.

D、 It produces an error because the date values specified in the merge do not match the date values stored in the table.

更多“ The&ensp;INV_HISTORY&ensp;table&ensp;is&ensp;created&ensp;using&ensp;the&ensp;command:&ensp;&ensp;<br /> SQL>CREATE&ensp;TABLE&ensp;INV_HISTORY&ensp;(inv_no&ensp;NUMBER(3),&ensp;inv_date&ensp;DATE,&ensp;inv_amt&ensp;NUMBER(10,2))&ensp;partition&ensp;by&ensp;range&ensp;(inv_date)&ensp;interval&ensp;(numtoyminterval(1,&rsquo;month&rsquo;))&ensp;(partition&ensp;p0&ensp;<br /> values&ensp;less&ensp;than&ensp;(to_date(&rsquo;01-01-2005&rsquo;,&rsquo;dd-mm-yyyy&rsquo;)),&ensp;partition&ensp;p1&ensp;values&ensp;less&ensp;than&ensp;(to_date(&rsquo;01-01-2006&rsquo;,&rsquo;dd-mm-yyyy&rsquo;)));&ensp;&ensp;<br /> The&ensp;following&ensp;data&ensp;has&ensp;been&ensp;inserted&ensp;into&ensp;the&ensp;INV_HISTORY&ensp;table&ensp;:&ensp;&ensp;<br /> INV_NO&ensp;INV_DATE&ensp;INV_AMT&ensp;1&ensp;30-dec-2004&ensp;1000&ensp;2&ensp;30-dec-2005&ensp;2000&ensp;3&ensp;1-feb-2006&ensp;3000&ensp;4&ensp;1-mar-2006&ensp;4000&ensp;5&ensp;1-apr-2006&ensp;5000&ensp;&ensp;<br /> You&ensp;would&ensp;like&ensp;to&en”相关的问题
第7题

A、A. It executes successfully, and the transition point is set to '1-apr-2006'.  B、B. It executes successfully, and the transition point is set to '15-apr-2006'.  C、C. It produces an error because the partitions specified for merging are not adjacent.  D、D. It produces an error because the date values specified in the merge do not match the date values stored in the table.  

点击查看答案
第8题

A、back&ensp;up&ensp;the&ensp;database,&ensp;stop&ensp;the&ensp;wcs,&ensp;upgrade&ensp;the&ensp;wcs,&ensp;restore&ensp;the&ensp;database,&ensp;start&ensp;the&ensp;wcs&ensp;  B、stop&ensp;the&ensp;wcs,&ensp;back&ensp;up&ensp;the&ensp;database,&ensp;upgrade&ensp;the&ensp;wcs,&ensp;restore&ensp;the&ensp;database,&ensp;start&ensp;the&ensp;wcs  C、back&ensp;up&ensp;the&ensp;database,&ensp;stop&ensp;the&ensp;wcs,&ensp;upgrade&ensp;the&ensp;wcs,&ensp;start&ensp;the&ensp;wcs,&ensp;restore&ensp;the&ensp;database&ensp;  D、stop&ensp;the&ensp;wcs,&ensp;back&ensp;up&ensp;the&ensp;database,&ensp;upgrade&ensp;the&ensp;wcs,&ensp;start&ensp;the&ensp;wcs,&ensp;restore&ensp;the&ensp;database  

点击查看答案
第9题

A、A.The&ensp;command&ensp;performs&ensp;the&ensp;recovery&ensp;and&ensp;closes&ensp;the&ensp;failure.  B、B.The&ensp;command&ensp;only&ensp;displays&ensp;the&ensp;advice&ensp;and&ensp;the&ensp;RMAN&ensp;script&ensp;required&ensp;for&ensp;recovery.  C、C.The&ensp;command&ensp;executes&ensp;the&ensp;RMAN&ensp;script&ensp;to&ensp;repair&ensp;the&ensp;failure&ensp;and&ensp;remove&ensp;the&ensp;entry&ensp;from&ensp;the&ensp;AutomaticDiagnostic&ensp;Repository&ensp;(ADR).  D、D.The&ensp;command&ensp;produces&ensp;an&ensp;error&ensp;because&ensp;the&ensp;ADVISE&ensp;FAILURE&ensp;command&ensp;was&ensp;not&ensp;executed&ensp;before&ensp;the REPAIR&ensp;FAILURE&ensp;command  

点击查看答案
客服
TOP

请使用微信扫码支付

订单号:
遇到问题请联系在线客服