Query to take the Email domain added in Account Domain field
Query to take the Email domain added in Account Domain field
Query to take the Domain field data - Email domain added in Account Domain Name)
select accountid, count(maildomain) from emaildomainaccountmapping group by accountid;
Go to Reports -> New query to execute the same.