Which of two relationship queries use the proper syntax?. Select two correct options.

SELECT Id, Name, Account.Name FROM Contact WHERE Account.Industry = ‘Agriculture’;

SELECT Name,(SELECT Lastname FROM Contacts__r) FROM Account;

SELECT Id, Name , Account__r.Name FROM Contact WHERE Account__r.Industry = ‘Agriculture’;

SELECT Name, (SELECT LastName FROM Contact) From Account

Verified Answer
Correct Option - ad

To get all Infosys Certified Salesforce Platform Developer 1 Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram