Home » MYSQL » Data Types » Question
  1. What will happen if the data being loaded into a text column exceeds the maximum size of that type?
    1. Data will be truncated
    2. Depend on the system
    3. Process terminate
    4. Extra memory will be allocated
    5. None of these
Correct Option: A

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



Your comments will be displayed only after manual approval.