made links to local

This commit is contained in:
p.belezov 2025-01-16 14:18:02 +08:00
parent 2b42ef0287
commit a0f7751aa3
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
# Find all tables whose foreign key refers to the table/column
[SQL File](./src/branch/master/MySQL/sql/all_foreign_keys_to_table_or_column.sql)
## By table

View File

@ -4,6 +4,6 @@ This is a repository with useful snippets of various kinds of code
## Structure
- [MySQL](./src/branch/master/MySQL)
- - [all_foreign_keys_to_table_or_column](./src/branch/master/MySQL/all_foreign_keys_to_table_or_column.md)
- - [identify_lock](./src/branch/master/MySQL/identify_lock.md)
- [MySQL](./MySQL/)
- - [all_foreign_keys_to_table_or_column](./MySQL/all_foreign_keys_to_table_or_column.md)
- - [identify_lock](./MySQL/identify_lock.md)