单项选择题
You are responsible for a data warehouse application that uses records from an external table to update one of the dimension tables periodically. The records in the external table may contain data for new rows in the dimension table, or for updates to its existing rows. Which type of SQL command would you use to transfer the data from the external table to the dimension table as efficiently as possible?()
A.MERGE
B.SELECT …CROSS JOIN
C.INSERT ALL …SELECT
D.CREATE VIEW …CONSTRAINT
点击查看答案
相关考题
-
单项选择题
WhatdoestheMetadataApplicationProgrammingInterface(API)allowyoutodo?()
A.Repair damaged data dictionary entries.
B.Delete data dictionary information about database objects you no longer need.
C.Extract data definition commands from the data dictionary in a variety of formats.
D.Prepare pseudocode modules for conversion to Java or PL/SQL programs with a Metadata code generator -
单项选择题
The list below displays four steps that you need to execute in order to switch from the primary database role to the standby database role. Choose the correct order of execution for the steps.() 1. Shot down and start up the former primary instance without mounting the instance. 2. Issue the ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY command. 3. Issue the ALTER DATABASE MOUNTS STANDBY DATABASE command. 4. End read or update activity on the former primary and standby database.
A.1,2,3,4
B.3,2,4,1
C.4,2,1,3
D.4,3,2,1 -
单项选择题
In the Oracle9i Data Guard architecture, what is the purpose of the Log Transport Services?()
A.A
B.B
C.C
D.D
