1.

The BIGINT precision is of bit _________(a) 32(b) 64(c) 128(d) 16This question was addressed to me in an interview.My question is taken from Data Value Categories topic in portion Data Types of MySQL

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

Related InterviewSolutions