I was wondering what's the best data type for transaction amounts (in euro) of a bank ? Example : The person "A" sends 120.59 euros to "B"
What's the best data type to store this data (120.59) in a database ? the transaction amount is positive, 2 digits after the decimal, and it will be used in calculations after (sum of amounts, averages, variance and standard-deviations...etc). Is it okey to use REAL ? DECIMAL is ok ?