Here is the business logic for my problem:
I have to list all the companies and their point of contacts and all the programs that the company is associated with. Company is at higher level and contacts, programs are at child level.
A company can have more than one point of contact and may have either 0 or more than 1 associated programs. Attached is the report output. The programs should be the first column.IS it possible to do this?
I think this is not possbile in sql bc when I do a join on company Id and get the programs and point of contacts it will repeat the same data. what other approach can I follow?
Thanks...
Start Free Trial