1.

The datatype SMALLINT stores ___________(a) 16 bit(b) 32 bit(c) 48 bit(d) 8 bitI had been asked this question in class test.My doubt stems from MySQL Data Types in portion Data Types of MySQL

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions