首页计算机考试Oracle认证
(单选题)

Consider this syntax:   MERGE INTO t1  USING t2 ON (join predicate)…..   What does the MERGE syntax do?()

AIt performs a merge join of the row from T2 only if it doesn’t exist in the T1 table. 

BIt creates a natural join of tables T1 and T2 for all columns that have the same name. 

CIt creates a Cartesian product of table T1 and table T2 for all columns that have the same name. 

DFor each row from T2, it updates the row if it exists within table T1, otherwise it inserts the row into T1.

正确答案

来源:www.examk.com

答案解析

相似试题

  • (单选题)

    Consider this RMAN command:   RMAN> CONFIGURE RETENTION POLICY CLEAR;   What is the effect of this command?()

    答案解析

  • (单选题)

    Consider the following code snippet:   BEGIN  DBMS_SCHEDULER.SET_ATTRIBUTE ( name => ,,lne_job1, attribute => ,,job_priority, value => 1);  END;  /   If this code were executed, which of the following statements would be true?()

    答案解析

  • (单选题)

    Consider the following code snippet: If this code were executed, which of the following statements would be true?()

    答案解析

  • (单选题)

    Consider the following command:  Backup database plus archivelog delete input;  How many backup sets would be created by this command if the following were true:()  Control-file a NN uto backups were enabled.  NN The size of backup sets was not restricted.  NN One channel was allocated.  

    答案解析

  • (单选题)

    Consider the following command to create a tablespace in your production database (which is using an Automatic Storage Management [ASM] instance to manage the database files):  CREATE TABLESPACE user_tbsp  DATAFILE ’+dgroup3(user_temp)/user_files/user_tbsp’ SIZE 200M;  What would be the result of this command?()

    答案解析

  • (单选题)

    Consider the following command to create a tablespace in your production database (which is using an Automatic Storage Management [ASM] instance to manage the database files):  CREATE TABLESPACE user_tbsp  DATAFILE ’+dgroup3(user_temp)/user_files/user_tbsp’ SIZE 200M;  What would be the result of this command?()

    答案解析

  • (单选题)

    You are an Enterprise Architect in a large IT organization. Your organization has deployed applications on a variety of containers such as WLS, WebSphere, and JBoss.  Why would you consider consolidating on a single type of container (instead of mix) ? ()

    答案解析

  • (单选题)

    Consider the following scenario:  You have a directory, data, under the disk group tdgroup  A. You want to create an alias for one of the data files and you execute the following command: ALTER DISKGROUP tdgroupA  ADD ALIAS ’+tdgroupA/data/datafile.dbf’  FOR ’+tdgroupA. 231.45678’;  Which task would be accomplished by the command?()

    答案解析

  • (多选题)

    Some data storage and transfer media have fixed-length physical records.  When the data records are short, more then one can be stored in a single, physical record to use the storage space efficiently. Consider this data:   1119 Smith 1120 Yvonne 1121 Albert 1130 Thomas   Which two statements can you use to load the data into the EMP table?()

    答案解析

快考试在线搜题