It depends on what the data is being used for.  If you want to know
what address an order was shipped to then you need the historical
address info.  If all you need is the current customer address,
because, say, you're sending out holiday cards, then you might not
need to keep an old address.

Martin's explanation didn't say anything about deleting the data.

Your idea isn't a bad one, although I shy away from boolean flags
because you have to be careful about the indexes for it.

-Sheeri

On 5/19/06, Jay Blanchard <[EMAIL PROTECTED]> wrote:
[snip]
> Well, one reason could be, for example, that the address changes
> over time and they want to know what address the customer was
> when the order was processed.
[/snip]

So you would delete an old customer address in favor of a new one? I
would rather have an 'active/inactive' column with an accompanying date
stamp.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to