1.

What is the minimum value stored by signed TINYINT?(a) -256(b) -128(c) 0(d) 128The question was posed to me in an interview for job.I want to ask this question from String Data Types in section Data Type Reference, Operators and Functions of MySQL

Answer»

Right option is (b) -128

For EXPLANATION I would SAY: 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