What happens when the column is set to AUTO INCREMENT and
you reach the maximum value for that table?

Answer Posted / sanjeev b

If the AUTO_INCREMENT reaches the maximum value then we
cant insert the rows into that table. If we try to insert
the values it will produce an error saying 'Duplicate
entry 'max value(ex:4294967295)' for key1

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mysql installer?

678


How do I clear the screen in mysql?

721


What is a delimiter in mysql?

669


What is database engine in mysql?

664


What is key in mysql?

655


What is meant by decimal (5,2)?

734


Is mysql distributed?

689


Explain Access Control Lists.

718


How Switch (select or use) to a database.

762


How to create a new table by selecting rows from another table in mysql?

696


how to display nth highest salary from a table in a mysql query? : Mysql dba

775


What are the different types of triggers in mysql?

674


How do I fix a crashed mysql database?

675


How to include character strings in sql statements?

636


What language does mysql use?

617