What happens when the column is set to AUTO INCREMENT and you reach the maximum value for that table?
What happens when the column is set to AUTO INCREMENT and you reach the maximum value for that table?
Answer
It stops incrementing. It does not overflow to 0 to prevent data losses, but further inserts are going to produce an error, since the key has been used already.
Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website.
If you are using this website then its your own responsibility to understand the content of the website