Q. The minimum value stored by signed TINYINT is . . . . . . . .
β
Correct Answer: (B)
-128
Explanation: This question is about data types in MySQL. TINYINT is a data type used to store small integers.