A

Admin • 802.91K Points
Coach

Q. The BIGINT precision is of bit . . . . . . . .

  • (A) 32
  • (B) 64
  • (C) 128
  • (D) 16
  • Correct Answer - Option(B)
  • Views: 3
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
64: The BIGINT data type in MySQL has a precision of 64 bits. This means it can store integer values ranging from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807, inclusive, which requires 64 bits to represent in binary form.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.