Home » MYSQL » Data Types » Question
  1. The datatype SMALLINT stores ___________.
    1. 32 bit
    2. 48 bit
    3. 8 bit
    4. 16 bit
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.