tabAccount Table in the Database

I found out that tabAccount table in the database have only the account name and other details but not the current account amount. so, where in the database the account amount is saved? or how can i get?

Hi @Dag
I think the balance of each account is not stored as is.
How general ledger report works is by summing all debits & credits in tabGL Entry table.
Reference:

Hope it helps