MCQ PracticeSingle Best AnswerTopic: Design and plan an implementation of finance and operations apps
Q
Which activity is performed using data entities?
Question ID
#24572
Subchapter
Design and plan an implementation of finance and operations apps
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
Pushing data from source to central storage ✔✖
B
Pushing data from central storage to staging ✔✖
C
Pushing data from staging to target ✔✖
C
Correct Answer: C
Explanation
From staging, the data is moved to the target by using the data entities that have been defined. This move can be done either in a row-by-row manner or by using a set-based manner, if the data entity supports it.