How to create Unique Index on columns from two different tables? [message #52612] |
Wed, 31 July 2002 15:45 |
Bismi Rahaman
Messages: 1 Registered: July 2002
|
Junior Member |
|
|
Hi - I have two tables A(a char(1), b char(1))
and B(A number, B Char(1)).
I would like to ensure that the combination of A.a and B.a be Unique. I would like to enforce this at table level with out creating Check Constraints or Creating DataBase triggers.
Is there any ways of ensuring that the Data that goes in is Unique!
Thanks,
-Bismi
|
|
|
|