SQLzoo.net

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

Postgres
An auto number field can provide a unique identifier where no other is available.
Run the tidy code silently


Specific to Postgres
none

Related links:

  • CREATE, DROP and ALTER