Q. What is the precision of BIGINT?
β
Correct Answer: (D)
64
Explanation: In MySQL, for the expressions containing only exact values that are all integers, the evaluation uses BIGINT (64 – bit) precision. MySQL evaluates expressions using exact/approximate math.