Sort:  

That's probably a little more than I can walk you through, but the query is simple enough:

SELECT count(id) as total_accounts FROM Accounts

I'm using DBeaver which is a free SQL tool. Good luck!