The datatype SMALLINT stores ___________
(a) 16 bit
(b) 32 bit
(c) 48 bit
(d) 8 bit
(a) 16 bit
(b) 32 bit
(c) 48 bit
(d) 8 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.
Correct option is (a) 16 bit
For explanation I would say: In MySQL, the numeric datatypes are many. A numeric datatype used in MySQL has its own range in terms of bits. The SMALLINT datatype stores signed and unsigned values of 16 bits.