Youareresponsibleforadatawarehouseapplicationthatusesrecordsfromanexternaltabletoupdateone
Youareresponsibleforadatawarehouseapplicationthatusesrecordsfromanexternaltabletoupdateoneofthedimensiontablesperiodically.Therecordsintheexternaltablemaycontaindatafornewrowsinthedimensiontable,orforupdatestoitsexistingrows.WhichtypeofSQLcommandwouldyouusetotransferthedatafromtheexternaltabletothedimensiontableasefficientlyaspossible?()
A、MERGE
B、SELECT…CROSSJOIN
C、INSERTALL…SELECT
D、CREATEVIEW…CONSTRAINT