I\'m currently working on someone else\'s database where the primary keys are generated via a lookup table which contains a list of table names and the last primary key used
The only reason I can think of is that the code was written before sequences were invented and the code forgot to catch up ;)
sequences