1.

By default, MySQL does not clip out of range numeric values to the nearest fit value.(a) True(b) FalseThis question was addressed to me during an online interview.This key question is from Writing Clients That Include SSL Support in chapter MySQL Programs Using C of MySQL

Answer»

Correct answer is (b) False

For explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions