1.

The minimum value stored by signed TINYINT is _____________(a) -256(b) -128(c) 0(d) 128I had been asked this question in an internship interview.I would like to ask this question from Numeric Data Types topic in division Data Type Reference, Operators and Functions of MySQL

Answer»

Correct OPTION is (b) -128

The explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions