I've inherited a schema so don't have complete knowledge/confidence in what is there.
I have a project table with a projectId. There are a whole bunch of other tables that reference this table by project id. What I want to do is run a query to establish.
1) Which tables have foreign key references to the project table on the project id 2) Which tables have a column called project id (in case foreign keys are not set up).
If it was sql server i know how to query the meta data but how do I do this in oracle?