Home » MYSQL » Data Types » Question
  1. The minimum value stored by signed TINYINT is _____________.
    1. 128
    2. 0
    3. -128
    4. -256
    5. None of these
Correct Option: C

MySQL supports the SQL standard integer types INTEGER, or INT, and SMALLINT. As an extension to this standard, MySQL also supports the integer types TINYINT, MEDIUMINT and BIGINT.



Your comments will be displayed only after manual approval.