Auto Increment
25/55
Generates the 'next' number upon insert
Often used for surrogate keys
In some database not available directly, but only through a sequence
Column must defined as "
integer not null
"
They can not be cleaned up