| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: integer id columns for all tables
In addition to what Bob mentioned, you have no validation or
verification on those numbers. Since they are generated by the
hardware at insertion time, they are not part of a relational data
model.
Most of the programmers doing this are mimicing a sequential file system or an OID rather usng a proper relational key. At best, with careful triggers and other code, you can make them into a stable redundancy. Received on Mon Aug 28 2006 - 15:56:50 CDT
![]() |
![]() |