Which Azure Data Factory component provides the compute environment for activities?
Correct Answer:
B
The Integration Runtime (IR) is the compute infrastructure used by Azure Data Factory to provide the following data integration capabilities across different network environments:
Data Flow
Data movement
Activity dispatch
SSIS package execution
Which component of Azure Data Factory enables you to define a sequence of activities including for each iterators?
Correct Answer:
A
Select the answer that correctly completes the sentence.
Solution:
Does this meet the goal?
Correct Answer:
A
Which statement is an example of Data Manipulation Language (DML)?
Correct Answer:
A
Data Manipulation Language (DML) statements:
DELETE
INSERT
UPDATE
Which statement is an example of Data Manipulation Language (DML)?
Correct Answer:
D
Data Manipulation Language (DML) affect the information stored in the database. Use these statements to insert, update, and change the rows in the database.
BULK INSERT DELETE INSERT SELECT UPDATE MERGE