The datatype INT stores ___________
(a) 16 bit
(b) 32 bit
(c) 48 bit
(d) 64 bit
(a) 16 bit
(b) 32 bit
(c) 48 bit
(d) 64 bit
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right choice is (b) 32 bit
Easiest explanation: Numeric datatypes in MySQL are many. Each numeric datatype used in MySQL have their own ranges in terms of bits. The INT datatype stores signed and unsigned values of 32 bits.