Managing Hierarchical Data in MySQL
程序员文章站
2022-07-13 08:14:27
...
Managing Hierarchical Data in MySQL
http://dev.mysql.com/tech-resources/articles/hierarchical-data.html
Most users at one time or another have dealt with hierarchical data in a SQL database and no doubt learned that the management of hierarchical data is not what a relational database is intended for. The tables of a relational database are not hierarchical (like XML), but are simply a flat list. Hierarchical data has a parent-child relationship that is not naturally represented in a relational database table.
http://dev.mysql.com/tech-resources/articles/hierarchical-data.html
Most users at one time or another have dealt with hierarchical data in a SQL database and no doubt learned that the management of hierarchical data is not what a relational database is intended for. The tables of a relational database are not hierarchical (like XML), but are simply a flat list. Hierarchical data has a parent-child relationship that is not naturally represented in a relational database table.
推荐阅读
-
mysql 卡死 大部分线程长时间处于sending data的状态
-
浅析mysql.data.dll驱动各版本介绍
-
mysql遇到load data导入文件数据出现1290错误的解决方案
-
MySQL修改innodb_data_file_path参数的一些注意事项
-
Mysql查询很慢卡在sending data的原因及解决思路讲解
-
Spring Data JPA例子代码[基于Spring Boot、Mysql]
-
Spring-Data-JPA整合MySQL和配置的方法
-
mysql 5.7.21 解压版通过历史data目录恢复数据的教程图解
-
mysql 的load data infile
-
mysql Load Data InFile 的用法