3) Which JDBC type represents a "single
precision' floating point number that
supports seven digits of mantissa?
Answers
Answered by
0
Answer:
The JDBC type REAL represents a "single precision" floating point number which supports 7 digits of mantissa. The corresponding SQL type REAL is defined in SQL-92 and is widely, though not universally, supported by the major databases.
Explanation:
Similar questions