Sort:  

@lukestokes - Can you please tell me the way to read the DB? Sir, I know little of MySQL, That's why I am asking Sir.

+W+

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!

nice post...