I would like to know if it is possible to find the tables and fields involved in a relationship in oracle, a query that would return a table as:
Table_Name, Column Name, Table_References
Official, char_id, Charges
where the Employees table has a field called Char_ID and I would like to know which table comes with this field? finding the complete relationship