Floating Point Datatypes:
A floating point variable can represent a very wide range but with a fixed number of digits in accuracy.
- Double (8 bytes)
- Decimal: A number that includes a decimal part. A Decimal is an arbitrary precision number.
Note: Currency fields are automatically defined as type decimal.