tags:

views:

26

answers:

1

**I have a table(table A) with composite primary key (3 columns)... i have to use one of the column as foreign key in another table(table B).. Now i want to extractthe values from the table A by the foriegn key of table B.. How to avoid the duplicates in table B? **

A: 

Try by putting a unique constraint.

priyanka.sarkar