Home » MYSQL » Mysql Error handling » Question
  1. By default, MySQL clips out of range numeric values to the nearest fit value.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

For the numeric or TIME columns, the values that are outside the legal range are clipped to the nearest endpoint of the range. The resulting value is stored. This is the method to handle defaults for numerics.



Your comments will be displayed only after manual approval.