Home » MYSQL » Data Types » Question
  1. The BIGINT precision is of bit _________
    1. 16
    2. 128
    3. 32
    4. 64
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.