User Story
As a Sales Manager at ABC Company, I want to view all Accounts and their related Contacts, so that I can better understand the distribution of Contacts among our Accounts.
SOQL
SELECT Name, (SELECT Id, Name, LastName FROM Contacts) FROM Account