1.

The BIGINT precision is of bit _________(a) 32(b) 64(c) 128(d) 16

Answer» The correct option is (b) 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.


Discussion

No Comment Found