Salesforce Soql zdobądź rodziców bez dzieci

SELECT Id, Name FROM Account WHERE Id NOT IN (SELECT AccountId FROM Opportunity)
Crescent Fresh