It stops incrementing. Any further inserts are going to produce an error, since the key has been used already.
Tag: TABLE
What are the objects can be created using CREATE statement?
Following objects are created using CREATE statement:
- DATABASE
- EVENT
- FUNCTION
- INDEX
- PROCEDURE
- TABLE
- TRIGGER
- USER
- VIEW
Table
The part of a database that stores the data. A table has columns or attributes, and the data stored in rows.