Finding all related tables to a given table

前端 未结 4 1405
花落未央
花落未央 2021-02-02 08:36

I\'m working on a development with over 700 tables. I need to see a listing of all related tables to a given table. Can you recommend an app that is able to provide such a thing

4条回答
  •  失恋的感觉
    2021-02-02 09:08

    MS Visio Pro can do a good job of reverse engineering a db schema for a variety of databases (via ODBC) and provides a diagram that is very flexible.

    Word of caution: Regardless of what system you use you do not want to pull in all 700 tables all at once. Try to create several diagram grouped and separated logically. Hopefully there will be many such groupings in a database that large.

提交回复
热议问题