InterviewSolution
Saved Bookmarks
| 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 |
|