Auto increment 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 a PRIMARY KEY is used.
AUTOINCREMENT keyword can be used in Oracle and IDENTITY keyword can be used in SQL SERVER.