SQLzoo.net

CREATE a table with an autonumber / sequence / identity / autoincrement

Mimer
An auto number field can provide a unique identifier where no other is available.
Execute tidy up code silently


Specific to Mimer
We create a SEQUENCE and ensure that the autonumber field defaults top the next value.

Related links:

  • CREATE, DROP and ALTER