How to create a parent child relationship in ADF
Hi,
I am having 2 tables --> One is parent table and other one is child table.
Now I need to create an ADF task flow such that on selection of a row of parent table it should display the rows of the child table associated with parent table.
I also want to add/update/delete the data of both the tables.
Could you please guide me to some tutorial so that I can achieve the above mentioned functionality as I am new to ADF.
Thanks