Skip to content
Advertisement

Is there a way to check the ‘Connection path’ between two tables using oracle?

For two given tables ‘foo’ and ‘bar’ is there a way to write a SQL Query that return the path connection between those?

[ foo ] —> [ n’tables ] —> [ bar ]

I also want to check if there is a way to know if there is a valid connection path that connects two different tables in a database without using ERD.

Advertisement

Answer

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement