Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PK vs Unique index
In article <m3wuyh2d1p.fsf_at_colorado.arsdigita.de>, Dirk says...
>
><non-unique primary key indexes>
>
>Can you give me a "real-life" example where that can be useful?
update cascade (needs a deferable constraint)
snapshot refreshes (doesn't replay entire transactions -- just pulls last values, can result in temporary inconsistencies that will be resolved by the time you commit)
are two that pop into my head right off
-- Thomas Kyte (tkyte@us.oracle.com) http://asktom.oracle.com/ Expert one on one Oracle, programming techniques and solutions for Oracle. http://www.amazon.com/exec/obidos/ASIN/1861004826/ Opinions are mine and do not necessarily reflect those of Oracle CorpReceived on Thu Jan 17 2002 - 13:42:55 CST
![]() |
![]() |