What will happen if the data being loaded into a text column exceeds the maximum size of that type?
(a) Extra memory will be allocated
(b) Process terminate
(c) Data will be truncated
(d) Depend on the system
I have been asked this question in an interview for internship.
Asked question is from MySQL Datatypes topic in section Data Types of MySQL