sql developer auto increment code example
Example: what is auto increment in sql
Autoincrement keyword allows the
user to create a unique number to get
generated whenever a new record is
inserted into the table.
This keyword is usually required
whenever PRIMARY KEY in SQL is used.