Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Primary keys - the basics
Single-column primary keys
Multicolumn primary keys
Auto-increment columns and sequences
Revision

Instruction

Nice. As you can see, there are quite a few ways of auto-numbering in databases. Some of them only use IDENTITY (e.g. SQL Server), other take AUTO_INCREMENT (e.g. MySQL), and there are also such databases which only have sequences (e.g. PostgreSQL). So, each time you work with a new database, read the documentation and check which of the options are available.

Exercise

Click the button Next exercise to continue.