This visual execution shows how data moves through the staging, intermediate, and marts pattern in dbt. Raw data is first loaded with inconsistencies. The staging layer cleans and standardizes this data, for example by uppercasing names. Then intermediate models add business logic and enrich the data. Finally, data marts aggregate and prepare the data for business users and reports. This layered approach ensures data is clean, reliable, and ready for analysis. The execution table traces each step, showing inputs and outputs. Variable tracking highlights how data changes at each stage. Key moments clarify why each layer is important. The quiz tests understanding of these transformations and their order.