List of questions
Related questions
Question 64 - Certified Marketing Cloud Developer discussion
A developer wants to build an audience by identifying subscribers who opened a specific email.
Which query should the developer use?
A.
SELECT * FROM _Open WHERE ListID = '1234'
B.
SELECT * FROM _Open WHERE JobID = "1234"
C.
SELECT SubscriberID FROM _Open WHERE JobID = "1234"
D.
SELECT SubscriberKey FROM _Open WHERE JobID = '1234'
Your answer:
0 comments
Sorted by
Leave a comment first