ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 41 - Certified Platform Developer II discussion

Report
Export

Which two relationship queries use the proper syntax? Choose 2 answers

A.
SELECT Name, (SELECT LastName FROM Contacts__r) FROM Account
Answers
A.
SELECT Name, (SELECT LastName FROM Contacts__r) FROM Account
B.
SELECT Name, (SELECT LastName FROM Contacts) FROM Account
Answers
B.
SELECT Name, (SELECT LastName FROM Contacts) FROM Account
C.
SELECT Id, Name, Account __r.Name FROM Contact WHERE Account r.Industry = 'Media'
Answers
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'
Answers
D.
SELECT Id, Name, Account.Name FROM Contact WHERE Account.Industry = 'Media'
Suggested answer: B, D
asked 23/09/2024
Gregory Pollack
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first