Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Unique Key

Re: Unique Key

From: Lothar Armbrüster <lothar.armbruester_at_rheingau.netsurf.de>
Date: 27 Jul 99 22:27:14 +0100
Message-ID: <821.877T749T13472776lothar.armbruester@rheingau.netsurf.de>


Juan Carlos wrote on 27-Jul-99 23:00:06:
>We want to create a xref table for SSN and an Employee ID which will be
>different. The table will just be those two columns. But I have a
>dilemma. If I make SSN the PK, this would allow duplicate Employee
>ID's. If I make it a composite PK, it would be possible to have
>duplicate SSN's but different Employee ID's. Is there a way to make
>the unique and distinct at the same time without triggers? JerryTWP: el
>subject debe ser "Unique Key"

Yes, there is a way:

  1. Set the PK to SSN
  2. Create an additional unique index on Emp ID

This should solve your problem.

Hope that helps,
Lothar

--
Neue Adresse ab 10.07.'99:

Lothar Armbrüster       | lothar.armbruester_at_rheingau.netsurf.de
Hauptstr. 26            | lothar.armbruester_at_t-online.de
D-65346 Eltville        |

Received on Tue Jul 27 1999 - 16:27:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US