Q. The BIGINT precision is of bit . . . . . . . .
β
Correct Answer: (B)
64
Explanation: 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.