Hi All,
We have a requirement to find out the relationships among tables in a particular schema and to arrange the table names from parent table to child table. That is the table (say A) which is referring to no other table should come first and the table (say B) which refers table A should come after A.
Please let me know how this ordered list of tables can be obtained from the oracle data dictionary. We have to do this using a SQl query.
Thanks and Regards,
Suman
We have a requirement to find out the relationships among tables in a particular schema and to arrange the table names from parent table to child table. That is the table (say A) which is referring to no other table should come first and the table (say B) which refers table A should come after A.
Please let me know how this ordered list of tables can be obtained from the oracle data dictionary. We have to do this using a SQl query.
Thanks and Regards,
Suman
Comment