From 59d4502074c4b68692fba403bcc30c5c5f28d6fc Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Thu, 16 Jan 2025 07:50:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20MySQL/all=5Fforeign=5Fkeys=5Fto=5Ftable=5For=5Fcolumn.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MySQL/all_foreign_keys_to_table_or_column.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MySQL/all_foreign_keys_to_table_or_column.md b/MySQL/all_foreign_keys_to_table_or_column.md index 0c2e616..811516c 100644 --- a/MySQL/all_foreign_keys_to_table_or_column.md +++ b/MySQL/all_foreign_keys_to_table_or_column.md @@ -1,5 +1,5 @@ # Find all tables whose foreign key refers to the table/column -[SQL File](/sql/all_foreign_keys_to_table_or_column.sql) +[SQL File](./src/branch/master/MySQL/sql/all_foreign_keys_to_table_or_column.sql) ## By table