I actually picked C, thinking query processing might do some of that optimization during execution. Not 100% sure though since storage layer does a lot too. Anyone else see it this way?
Pretty confident it’s B. Database Storage is where Snowflake actually stores and restructures the data into that compressed columnar format. The other layers are more about compute, metadata, or external services. Let me know if you disagree but seems clear enough!