What happens when the column is set to AUTO INCREMENT and
you reach the maximum value for that table?
Answer Posted / amith
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.
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How do you connect MySQL database with PHP?
What is indexing in mysql?
What does innodb stand for?
Is mysql running ubuntu?
How do I download mysql on my laptop?
How does mysql store dates?
What are the advantages of a procedure?
What is a scalar function?
How to extract a unit value from a date and time?
How do I find my mysql username and password?
When to use order by in delete statement?
Write command to import an mysql file?
How to execute mysql query in php?
How do I delete a mysql user?
What are aggregate functions in mysql?