ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 149 - Certified Marketing Cloud Developer discussion

Report
Export

Northern Trail Outfitters' account is configured with two child BU(s): US and Global. The account has a data extension In the Shared Data Extensions folder named 'MemberData'. This data extension contains basic address information, as well as Boolean fields labeled 'US' and 'Global' indicating to which business unit the subscriber belongs. Automation needs to be created in the US business unit to query all records in New York who are members of the business unit US.

SELECT * FROM MemberData WHERE State = 'NY' AND US = 1 What would cause this query to report the following error: "An error occurred while checking the query syntax. Errors: MemberData is not a known data extension or system data view. You can only query existing data extensions or system data views."?

A.
Incorrect syntax; Query Activities are written in SOQL
Answers
A.
Incorrect syntax; Query Activities are written in SOQL
B.
MemberData should be prefixed with ENT
Answers
B.
MemberData should be prefixed with ENT
C.
Query should check for a US value of True'
Answers
C.
Query should check for a US value of True'
D.
Query Activities cannot use the " wildcard
Answers
D.
Query Activities cannot use the " wildcard
Suggested answer: B
asked 23/09/2024
Ricardo Andres
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first