1.

By default, MySQL clips out of range numeric values to the nearest fit value.(a) True(b) FalseI have been asked this question in final exam.Asked question is from How MySQL Handles Invalid Data Values in portion Data Types of MySQL

Answer»

Right choice is (a) True

To elaborate: 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