What distinguishes ETL from ELT?
- A ELT loads raw data first and transforms inside the warehouse
- B ETL transforms after loading
- C ELT does not transform data
- D They are the same
Answer
ELT loads raw data first and transforms inside the warehouse
Modern cloud warehouses are powerful enough to transform after loading, and keeping raw data allows re-transformation later.





