A

Admin • 833K Points
Coach

Q. Which datatypes make it practical to write PL/SQL programs to do number-crunching, for scientific applications involving floating-point calculations.

  • (A) BINARY_FLOAT
  • (B) BINARY_DOUBLE
  • (C) Both A & B
  • (D) None of the above
  • Correct Answer - Option(C)
  • Views: 29
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

The BINARY_FLOAT and BINARY_DOUBLE require less storage space which make them more efficient. They do not represent fractional values precisely so they should not be used where accuracy is needed.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.