SQL pattern library - reference repo
This repository holds sample SQL patterns that constitute data retreival, analysis, manipulation and presentation. The patterns range from basic SQL patterns and structures to (hopefully quite) advanced.
This repository is licensed under GNU GENERAL PUBLIC LICENSE. You can use this repository or individual files in the repository, in commercial or personal projects with no obligations to me for support or liabilities because of your usage. If you found anything in here as useful, please consider attributing me for the "inspiration".
- /Docs/ - Documentation files, mostly normal text
- /weekly_log/ - Weekly log of what I have done in SQL and my overall learning progress.
- /sql_patterns/ - SQL pattern files
- /scripts/ - SQL scripts to demonstrate the SQL patterns, individually or combining multiple SQL patterns in each script
- /data/ - Files to create, update or delete the data. These files may also be data dump files to bulk creata data.
- /data/sample - Files to create sample data.