https://github.com/mrtaz77/sql_hub
Hub of sql onlines from my university,practice and many more
https://github.com/mrtaz77/sql_hub
oracle-db plsql sql
Last synced: 9 days ago
JSON representation
Hub of sql onlines from my university,practice and many more
- Host: GitHub
- URL: https://github.com/mrtaz77/sql_hub
- Owner: mrtaz77
- License: apache-2.0
- Created: 2023-06-26T15:46:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T12:53:14.000Z (about 2 years ago)
- Last Synced: 2025-04-04T11:34:36.900Z (10 months ago)
- Topics: oracle-db, plsql, sql
- Homepage:
- Size: 2.25 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL HUB
Welcome to SQL HUB. A collection of sql queries,functions,procedures from the database course of my university.
## Contents
- [Solutions to Oracle-SQL-PL-SQL - A Brief Introduction](#book-solves)
- [Oracle, Navicat, and SQLPlus Troubleshooting Guide](#oracle-navicat-and-sqlplus-troubleshooting-guide)
- [University schema Installation Guide](/University%20Schema%20DDL/University%20Schema%20Install.pdf)
- [DDL](/University%20Schema%20DDL/DDL.sql)
- [Filling schema](/University%20Schema%20DDL/largeRelationsInsertFile.sql)
- [Onlines](#onlines)
- [Online Solves](#solutions-to-onlines-of-batch-20)
- [Util](#util)
### Book Solves
[Chapter wise solutions to Oracle-SQL-PL-SQL - A Brief Introduction](/Book%20Solves/).
### Oracle, Navicat, and SQLPlus Troubleshooting Guide
While working with oracle, navicat and sqlPlus , I have encountered multiple issues related to these softwares.If you encounter any issues , check [ISSUES.md](/Issues/ISSUES.md).You may just find the solution to your problem 😉
.
### Onlines
- [Basic SQL](/Onlines/Basic%20SQL)
- [Advanced SQL](/Onlines/Advanced%20SQL)
- [PL_SQL](/Onlines/PL_SQL)
- [Triggers](/Onlines/Triggers)
The HR schema was used for basic sql and trigger onlines. But for the advanced sql and plSql onlines, university schema was used.
### Solutions to Onlines of batch 20
- [Basic SQL](/Onlines/Basic%20SQL/Solv.md)
- [Advanced SQL](/Onlines/Advanced%20SQL/Solv.md)
- [PL_SQL](/Onlines/PL_SQL/Solv.md)
- [Triggers](/Onlines/Triggers/Solv.md)
### Util
Some miscellaneous sql queries, stored in a [vault](/Util/From%20The%20Vault.md)