Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Surrogate Keys: an Implementation Issue

Re: Surrogate Keys: an Implementation Issue

From: Paul Mansour <paul_at_carlislegroup.com>
Date: 20 Jul 2006 13:25:59 -0700
Message-ID: <1153427158.997627.81510@p79g2000cwp.googlegroups.com>

paul c wrote:

> > Name (pk) City
> > ===== ======
> > Palu New York // Lastweek
> > Palu New Jersey // yesterday
> > Paul New Jersey // today
> >
> > Since my primary key has changed, I need some immutable identifier so I
> > know these are in fact part of the same set.
> >
> > Not sure how a timestamp helps here.
> >
>
> 'Lastweek', 'yesterday', 'today' look like timestamps to me!
>

Sure, but how does the DBMS know that these three rows are somehow related? How would it even produce the result? That is what I'm getting at, and a timestamp does not help. Received on Thu Jul 20 2006 - 15:25:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US