Amazon Marketing Cloud Certification Answers

Why would this query fail?

Latest Update on 27th June, 2023 by Certification Course Answers

Why would this query fail?

SELECT campaign,
SUM(impressions) AS impressions
FROM dsp_impressions

  1. SELECT statements can not be used to choose metrics from a table.
  2. There is no WHERE clause to filter the query results based on one or more conditions.
  3. There is no GROUP BY statement; this query cannot be run without aggregation on the campaign dimension.

Latest Updates

No posts found in this category.