πŸ“Š MySQL
Q. The BIGINT precision is of bit . . . . . . . .
  • (A) 32
  • (B) 64
  • (C) 128
  • (D) 16
πŸ’¬ Discuss
βœ… 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.

Explanation by: Sonali Mishra
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
74
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sonali Mishra
Publisher
πŸ“ˆ
81%
Success Rate