| 7 | * Formatting List of References |
| 8 | * Title in italic |
| 9 | * References |
| 10 | * http://library.concordia.ca/help/citing/ |
| 11 | * http://library.concordia.ca/help/citing/apa.php |
| 12 | * http://library.concordia.ca/help/citing/mla.php |
| 13 | * http://www.chicagomanualofstyle.org/tools_citationguide.html |
| 14 | * Types of documents |
| 15 | * Book |
| 16 | * README |
| 17 | * FAQ [https://en.wikipedia.org/wiki/FAQ Wikipedia] |
| 18 | * HOWTO [https://en.wikipedia.org/wiki/How-to#Usage_in_the_world_of_computers Wikipedia] |
| 19 | * Recipe [https://en.wikipedia.org/wiki/Recipe Wikipedia] |
| 20 | * Guide [https://en.wikipedia.org/wiki/Guide Wikipedia] |
922 | | * Wiki: [https://en.wikipedia.org/wiki/Tree_(data_structure) Tree_(data_structure)] |
923 | | * Book: [http://www.worldcat.org/title/joe-celkos-trees-and-hierarchies-in-sql-for-smarties/oclc/795963625 **Joe Celkos**: '''Trees and Hierarchies in SQL for Smarties'''] |
924 | | * http://aleph.unisg.ch/hsgscan/hm00391779.pdf |
925 | | * FAQ: https://stackoverflow.com/questions/38801/sql-how-to-store-and-navigate-hierarchies |
926 | | * FAQ: https://stackoverflow.com/questions/2175882/how-to-represent-a-data-tree-in-sql |
927 | | * Slides: http://www.slideshare.net/billkarwin/models-for-hierarchical-data |
928 | | * https://yellowpencil.com/blog/how-to-represent-a-tree-structure-numerically-in-sql-server/ |
929 | | * http://technobytz.com/closure_table_store_hierarchical_data.html |
930 | | * FAQ: https://stackoverflow.com/questions/192220/what-is-the-most-efficient-elegant-way-to-parse-a-flat-table-into-a-tree |
| 940 | * //Tree_(data_structure)// [https://en.wikipedia.org/wiki/Tree_(data_structure) Wikipedia] |
| 941 | * Joe Celkos: //Trees and Hierarchies in SQL for Smarties// [http://www.worldcat.org/title/joe-celkos-trees-and-hierarchies-in-sql-for-smarties/oclc/795963625 WorldCat] [http://aleph.unisg.ch/hsgscan/hm00391779.pdf Table of Content (pdf)] |
| 942 | * //SQL - How to store and navigate hierarchies?// [https://stackoverflow.com/questions/38801/sql-how-to-store-and-navigate-hierarchies stackoverflow] |
| 943 | * //How to represent a data tree in SQL?// [https://stackoverflow.com/questions/2175882/how-to-represent-a-data-tree-in-sql stackoverflow] |
| 944 | * //Models for hierarchical data// [http://www.slideshare.net/billkarwin/models-for-hierarchical-data SlideShare] |
| 945 | * //How to represent a tree structure numerically in SQL Server// [https://yellowpencil.com/blog/how-to-represent-a-tree-structure-numerically-in-sql-server/ yellowpencil] (short HOWTO) |
| 946 | * [http://technobytz.com/closure_table_store_hierarchical_data.html closure_table_store_hierarchical_data.html] |
| 947 | * FAQ: [https://stackoverflow.com/questions/192220/what-is-the-most-efficient-elegant-way-to-parse-a-flat-table-into-a-tree what-is-the-most-efficient-elegant-way-to-parse-a-flat-table-into-a-tree] |