List of questions
Related questions
Question 209 - MCD - Level 1 discussion
Refer to the exhibit.
How should be the where clause written for the configured input parameters in such a way that it achieves below SQL query?
A.
WHERE city := ${city} AND state := ${state}
B.
WHERE city = attributes.city AND state = attributes.state
C.
WHERE city = :city AND state = :state
D.
WHERE city := city AND state := state
Your answer:
0 comments
Sorted by
Leave a comment first