Re: [GENERAL] Unique Index vs. Unique Constraint
On Fri, 10 Oct 2003, Thomas LeBlanc wrote: > Does a Unique Constraint build a unique index? > > What is the difference? None that I know of. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.post
Re: [GENERAL] Unique Index vs. Unique Constraint
On Fri, 10 Oct 2003 13:59:38 -0500, "Thomas LeBlanc" <[EMAIL PROTECTED]> wrote: >Does a Unique Constraint build a unique index? Yes. >What is the difference? A constraint is an abstract concept, an index is an implementation detail. Servus Manfred ---(end of broadcast)