1.

A DEFAULT value cannot be supplied to TEXT types.(a) True(b) FalseThe question was asked in an interview for job.My question comes from MySQL Data Types in section Data Types of MySQL

Answer»

Correct answer is (a) True

The best I can explain: The DEFAULT def_value clause can be specified for every data type except the BLOB and TEXT TYPES, spatial types, or columns with the AUTO_INCREMENT ATTRIBUTE. The def_value HOLDS the default.



Discussion

No Comment Found

Related InterviewSolutions