Author: XYZ <XYZ(at)X(dot)XOM>
Page: 7.4/datatype.html
----
Will Numeric(1000,2) take the maximum disk space needed to store
1000 digits? Or will it take only as much as needed to store the
current number?
Why isn't there a way to make a NUMERIC(scale) i.e. NUMERIC(2) that
have 2 places after the point, but can be of any size?