摘要
关系型数据库通常被用于处理线性结构的数据,若用于处理非线性结构的数据,就不仅需要对数据本身进行存储,还需要对数据间的关系进行存储.讨论了树状结构数据在关系型数据库中的几种存储方式,即路径表示法、静态指针表示法和代码表示法.
Relational databases are always used in processing linear data.Not only does it store the data,but also care of the relation,if the nonlinear data are processed.The paper also points out several kinds of tree structures in relational databases,including path,static pointer and code representations.
出处
《石家庄职业技术学院学报》
2007年第2期37-40,共4页
Journal of Shijiazhuang College of Applied Technology
关键词
树
线性结构
关系型数据库
指针
tree
linear structure
relational database
pointer