Tag Archives: Find Dependencies of Database Table in MySql

Find Dependencies of Database Table in MySql

This blog article shows you how to find dependencies of Database Table in Mysql. If you get the SQL statement correct, then it is quite straightforward. The SQL statement below will give you the dependencies. select distinct ref.referenced_table_name Source_Table, tab.constraint_name, … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment