What is a staging area used for in a warehouse pipeline?
- A Holding raw extracted data before transformation and loading
- B Serving reports to users
- C Storing archived history
- D Running the transactional application
Answer
Holding raw extracted data before transformation and loading
Staging isolates extraction from transformation, so a source outage does not corrupt the warehouse and reloads are possible.





