If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Can anybody tell me how to findout the hierachy relation (dependencies) ?
My situation is, I have 500 tables and I need to delete some records in all tables so I would like to know from which table I have start because I blindly started with one table it is saying the parent table record can not be deleted.
There need not be a strict table hierarchy, since tables may circularly reference each other.
A table may even reference itself, e.g., an "employees" table with a column "direct supervisor".