Q. Which value will show an error when stored in float(4,2)?
β
Correct Answer: (D)
123.44
Explanation: This question is about how MySQL handles numbers with decimal points using the `float` data type.