What is the minimum value stored by signed TINYINT?
128
0
-256
-128
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.