Google News
logo
MySQL - Quiz(MCQ)
What will happen if the data being loaded into a text column exceeds the maximum size of that type?
A)
Process terminate
B)
Data will be truncated
C)
Depend on the system
D)
Extra memory will be allocated

Correct Answer :   Data will be truncated


Explanation : Mysql cannot allocate dynamic memory therefore if data exceeds the memory then extra data will be truncated.

Advertisement