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

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.