Is it possible to define a column in a SQL table as being an auto increment, i.e. it gets assigned the next id automatically whenever a row is inserted?
Is it possible to define a column in a SQL table as being an auto increment, i.e. it gets assigned the next id automatically whenever a row is inserted?