Which query should the developer use?

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’

Answer: D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments