-
What will happen if the data being loaded into a text column exceeds the maximum size of that type?
-
- Data will be truncated
- Depend on the system
- Process terminate
- Extra memory will be allocated
- None of these
Correct Option: A
Mysql cannot allocate dynamic memory therefore if data exceeds the memory then extra data will be truncated.