Oracle SQL to join 3 tables
Hi,
I have a requirement which has 3 table A,B, and C. A has direct join with B and A has direct direct join with C . But B and C is not directly joined . When i pull the column from A , B and C the value C gets repeated . Please find the below screen shot which is the required output to be obtained.. Currently my application name is getting repeated for each product .I don't want the appln to be repeated for each product . Please help to resolve this issue.