Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Marketing Cloud Developer All Questions

View all questions & answers for the Certified Marketing Cloud Developer exam

Exam Certified Marketing Cloud Developer topic 1 question 49 discussion

Actual exam question from Salesforce's Certified Marketing Cloud Developer
Question #: 49
Topic #: 1
[All Certified Marketing Cloud Developer Questions]

A developer needs to identify all subscribers who were sent Job ID 420 but did not click any links.
Which SQL statement would produce the desired results?

  • A. SELECT s.SubscriberKey -

    FROM _Sent s -
    JOIN _Click c ON s.SubscriberKey = c.SubscriberKey AND s.JobID = c.JobID
    WHERE s.JobID = 420
  • B. SELECT s.SubscriberKey -

    FROM _Sent s -
    LEFT JOIN _Click c ON s.SubscriberKey = c.SubscriberKey AND s.JobID = c.JobID
    WHERE s.JobID = 420
  • C. SELECT s.SubscriberKey -

    FROM _Sent s -
    LEFT JOIN _Click c ON s.SubscriberKey = c.SubscriberKey AND s.JobID = c.JobID
    WHERE s.JobID = 420 AND c.SubscriberKey IS NULL
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
CaesarLuffy
2 months, 3 weeks ago
Selected Answer: C
C is better
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...