George616 says:
How do I know the number of users that I have on tmy website?
Use sql Count function to get the total users.
SELECT COUNT(*) FROM Users.
For deleting records first you need to delete record from child table and then delete record from parent table.
So you need to find all the tables that uses the Admin. Then delete records from those tables after that delete record from User table.