Skip to content
SQLSimplified
Data EngineerQuestion 46 of 55

Star Schema Query

Problem

Assuming a Star Schema, calculate the total amount (from orders) for each customer_id.

Try It

Loading playground environment...

Hint

Solution