List of questions
Related questions
Question 41 - Certified Platform Developer II discussion
Which two relationship queries use the proper syntax? Choose 2 answers
A.
SELECT Name, (SELECT LastName FROM Contacts__r) FROM Account
B.
SELECT Name, (SELECT LastName FROM Contacts) FROM Account
C.
SELECT Id, Name, Account __r.Name FROM Contact WHERE Account r.Industry = 'Media'
D.
SELECT Id, Name, Account.Name FROM Contact WHERE Account.Industry = 'Media'
Your answer:
0 comments
Sorted by
Leave a comment first