A

Admin • 833K Points
Coach

Q. How MySQL determines which one to use, FLOAT or DOUBLE, using the p parameter?

  • (A) If p comes between 0 to 25, data type becomes FLOAT(). If p comes between 26 to 54, data type becomes DOUBLE().
  • (B) If p comes between 26 to 54, data type becomes FLOAT(). If p comes between 0 to 25, data type becomes DOUBLE().
  • (C) If p comes between 0 to 24, data type becomes FLOAT(). If p comes between 25 to 53, data type becomes DOUBLE().
  • (D) If p comes between 25 to 53, data type becomes FLOAT(). If p comes between 0 to 24, data type becomes DOUBLE().
  • Correct Answer - Option(C)
  • Views: 25
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

MySQL determines to use FLOAT or DOUBLE using the p parameter. If p comes between 0 to 24, the data type becomes FLOAT(). If p comes between 25 to 53, the data type becomes DOUBLE().

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.