Can I use the serial data type in lieu of an 'auto_number' field?
I asked something like this some months ago and it seems that
auto_number fields were addressed through a combination of triggers and
procedures to ensure that there were do duplicate KEYS generated.
Is it realistic to use the serial data type as a KEY?