1. By default, MySQL clips out of range numeric values to the nearest fit value. a) True b) False AnswerAnswer: a [Reason:] 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…