B
B
beduin012015-06-09 14:29:43
MySQL
beduin01, 2015-06-09 14:29:43

How to view table relationships in SQL?

There is a very complex and confusing database. You need to see which tables the target table is associated with. How can this be done without knowing their names?
It is highly desirable that it be in a convenient visual form.
An interesting solution for MySQL and PostgresSQL
I use Navicat

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
beduin01, 2015-06-09
@beduin01

Solved the issue with DbShema. Highly recommend.

R
Rsa97, 2015-06-09
@Rsa97

If relationships are organized as foreign keys, then MySQL Workbench has Reverse Engeneer, which shows them on the EER diagram, most likely in Navicat too. If the connections were only in the developer's head, then look at all the tables and try to guess by the names of the fields what is what.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question