As part of a daily shipping notification automation, Northern Trail Outfitters needs to join data from the Shipping data extension and the Purchase data extension. What activity is designed to address this scenario?
B is correct ans because using SQL query only you can join / merge data into Single DE from more than one or multiple DES .
Using dat filter you can't merge / join data from oither DE .
So correct answer is Option B SQL query Activity
This explains how to use Filter activity to join multiple data extensions:
https://help.salesforce.com/s/articleView?id=sf.mc_es_multi_join_filters_scenario.htm&type=5
The SQL Query Activity allows you to write SQL (Structured Query Language) queries to extract and combine data from different data extensions based on specified criteria. With SQL queries, you can perform joins, filter data, and create new data extensions containing the combined data.
In this case, the SQL Query Activity can be used to join the Shipping data extension and the Purchase data extension based on common fields (e.g., Order ID, Customer ID, or any other unique identifier) to retrieve the necessary information for the shipping notifications.
Option A (Filter Activity) is used to filter data within a data extension based on specific conditions, but it does not allow for joining data from different data extensions.
Option C (Group Refresh) is used to refresh a filtered or grouped data extension, and it does not perform data joins.
Option D (File Transfer Activity) is used to transfer files between Marketing Cloud and external systems, but it is not intended for joining data from different data extensions.
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.
SFDevGroup
Highly Voted 2Â years agoKeith_Y
Highly Voted 1Â year, 10Â months agosrikanthreddyw
Most Recent 8Â months agoVaij
9Â months, 2Â weeks agohyperhp
1Â year, 1Â month agoAccosecAndrew
1Â year, 1Â month agoMary92
1Â year, 3Â months agoAleAleAleAle
1Â year, 3Â months agocann
1Â year, 6Â months ago