Related questions
Question 18 - AD0-E301 discussion
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())
B.
Year(@created) = Year(GetDate()) AND Month(@created) = Month(GetDate())
C.
Year(@created) = Year(TodayDate()) AND Month(@created) = Month(TodayDate())
D.
Year(@created) LIKE Year(GetDate()) AND Month(@created) LIKE Month(GetDate())
Your answer:
0 comments
Sorted by
Leave a comment first