| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Are redundant fields ever appropriate?
Hi,
I know this is a pretty basic question, but I
can't seem to find an answer anywhere. If I have
a few tables like:
InvoiceHeader:
Invoice#
Customer#
Job#
Date
InvoiceLines:
Invoice#
Part#
Quantity
Price
Say I wanted to make sorted lookups faster and wasn't much worried about update speed. Would it ever be appropriate to have a table like:
InvoiceLines:
Invoice#
Part#
Quantity
Price
Customer#
The reason I'd want to do it would be to make reporting for line items by customer# faster. Is this something I'd ever want to do? Am I asking for trouble if I do it?
Thanks! Received on Wed Nov 07 2001 - 20:12:01 CST
![]() |
![]() |