A unique key is used to enforce uniqueness of each row in a table. A unique key comprises a single column or a set of columns. No two distinct rows in a table can have the same value (or combination...
Hi,As per I know you can't define a foreign key column which is a part of a composite primary key of another table. Only way you've to refer all the columns of that composite key.UKD