搜索资源列表
hierarchyid
- 使用SQL Server 2008中的hierarchyid类型来设计具有树型层次关系的表 本文主要讲述三个内容: 1.如何创建hierarychyid的表,插入数据及基本递归查询。 2.介绍hierarchyid的10种专有函数。 3.介绍hierarchyid特有的深度优先索引(Depth-First Indexing)和广度优先索引(Breadth-First Indexing)-sql report and exl
MiniSQL
- 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找。-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, allows users to enter SQL statement to achieve the table to establish/delete through the