码迷,mamicode.com
首页 > 其他好文 > 详细

047-q1

时间:2015-03-09 10:59:39      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:ocp



QUESTION 1

 You need to load information about new customers from the NEW_CUST table into the tables CUST and CUST_SPECIAL. If a new customer has acredit limit greater than 10,000, then the details have to be inserted into CUST_SPECIAL.All new customer details have to be inserted into the CUST table. Which technique should be used to load the data most efficiently?


A. external table

B. the MERGE command

C. the multitable INSERTcommand

 D. INSERTusing WITH CHECK OPTION


Answer:C



047-q1

标签:ocp

原文地址:http://blog.csdn.net/ghostliming/article/details/44151259

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!