Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Re: Opinions of high-volume DDL and data population
... now from an entirely different angle ...
Mark,
It just _might_ be better if you create a separate table to store the pk from your students table and the total_attendance column. Why? Not only this column adding will be complicated, but maintaining this column in the same table would be very mutating-table-problem-friendly.
If you make it in a separate table (with PK from the original table), you can just create a trigger in the main table to maintain that value as well. Not to mention that this will be less of a problem in the future.
Raj
*********************************************************************This e-mailmessage is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank
you.*********************************************************************1Received on Mon Jun 16 2003 - 09:43:12 CDT