ExamGecko
Question list
Search
Search

Related questions











Question 18 - AD0-E301 discussion

Report
Export

How will you write a query to target all profiles that have been created in the current month and year?

A.
Year(@created) = Year(FindDate()) AND Month(@created) = Month(FindDate())
Answers
A.
Year(@created) = Year(FindDate()) AND Month(@created) = Month(FindDate())
B.
Year(@created) = Year(GetDate()) AND Month(@created) = Month(GetDate())
Answers
B.
Year(@created) = Year(GetDate()) AND Month(@created) = Month(GetDate())
C.
Year(@created) = Year(TodayDate()) AND Month(@created) = Month(TodayDate())
Answers
C.
Year(@created) = Year(TodayDate()) AND Month(@created) = Month(TodayDate())
D.
Year(@created) LIKE Year(GetDate()) AND Month(@created) LIKE Month(GetDate())
Answers
D.
Year(@created) LIKE Year(GetDate()) AND Month(@created) LIKE Month(GetDate())
Suggested answer: B

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-standard/using/managing-processes-and-data/filtering-data/advanced-expression-editing.html

asked 02/10/2024
Mariusz Lewandowski
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first