|
smallmoney
The term smallmoney describes a
datatype.
Like all
money datatypes,
the datatype smallmoney is also an extension to
Transact-SQL
It can store
values,
i.e. amounts of money, which can be specified by teh datatype
numeric(11,4)
and requires 4
bytes
of
storage.
The maximum and minimum values of the amounts of money to be stored range
between -214.748.3648 and 214.748.3648 with an accuracy of
four digits after the decimal point.
See also:
money, Money Datatypes.
|