dbt - Performance Optimization
Given this dbt model SQL snippet:
select customer_id, sum(amount) as total_sales
from orders
group by customer_id
Which index would most improve query performance?
Given this dbt model SQL snippet:
select customer_id, sum(amount) as total_sales
from orders
group by customer_id
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions