https://github.com/pavlusha311245/sqldatastructures
Learning repository
https://github.com/pavlusha311245/sqldatastructures
Last synced: 9 months ago
JSON representation
Learning repository
- Host: GitHub
- URL: https://github.com/pavlusha311245/sqldatastructures
- Owner: Pavlusha311245
- Created: 2023-05-13T13:50:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T09:02:48.000Z (over 2 years ago)
- Last Synced: 2025-02-03T21:44:15.016Z (11 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implementation of adjacency list, nested set, materialized path data structures in SQL
This project contains SQL scripts for implementing adjacency list, nested set and materialized path data structures.
## Project structure
|--adjacency_list
|-- materialized_path
|-- nested_set
|-- README.md
Description of files:
- table.sql: SQL script to create a table in SQL.
- requests.sql: SQL script for queries to the created structure in SQL.
- README.md: this manual.
## How to use
1. Open the appropriate data structure file.
2. Run SQL scripts on the database server.
3. The data structure will be created in the database.
4. Make a few requests and see if it works
## About the author
This implementation of data structures was created by the author as part of a tutorial project.
Questions about the project can be sent to the author's email.