Which SOQL query successfully returns the Accounts grouped by name? A. SELECT Type, Max(CreatedDate) FROM Account GROUP BY Name B. SELECT Name, Max(CreatedDate) FROM Account GROUP BY Name C. SELECT Id, Type, Max(CreatedDate) FROM Account GROUP BY Name D. SELECT Type, Name, Max(CreatedDate) FROM Account GROUP BY Name LIMIT 5 Suggested Answer: B Community Answer: B This question is in CRT-450 Salesforce Certified Platform Developer I Exam For getting Salesforce Certified Platform Developer I Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer