πŸ“Š MySQL
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
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both A & B

Explanation: 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.

Explanation by: Akshay Kulkarni
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
205
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Akshay Kulkarni
Publisher
πŸ“ˆ
94%
Success Rate