Advanced SOQL

SOQL: Accounts Without Contacts

A common data-quality query: finding parent records with no matching child records, using a NOT IN subquery.

Write a SOQL query that selects the Id and Name of every Account that has zero related Contact records.

Log in to submit a solution.