Posted on November 21, 2023You can use a _________ filter to limit your query results based on one or more conditions. FROMWHERESELECT The correct answer is:WHERE.Post navigationPrevious post: How would you adapt this query to obtain cost and impression metrics by supply_source? SELECT device_type, operating_system, SUM(total_cost)/100000 AS total_cost_dollars, ((SUM(total_cost)/100000)/SUM(impressions))*1000 AS avg_cpm, SUM(impressions) AS impressions FROM dsp_impressions GROUP BY 1,2Next post: For sponsored ads Cost-per-Click (CPC) campaigns, only click events are eligible for attribution of conversion events.