Hi,
I am trying to Join Multiple Tables. Table 1 has distinct ID's Table 2 has multiple names for each ID SAY 3 NAMES Table 3 has 2 dates for each ID
when i join the Three tables, I get 6 rows of data for each ID with each of the Names appearing Twice and each of the dates appearing thrice.
I want only 3 rows to be written returning distinct 3 names and Distinct 2 dates for each ID. Is there any way to do this while using Joins in SQL?