https://github.com/koachcode/vent_db
This is a database learning scheme
https://github.com/koachcode/vent_db
Last synced: 3 months ago
JSON representation
This is a database learning scheme
- Host: GitHub
- URL: https://github.com/koachcode/vent_db
- Owner: koachcode
- Created: 2022-03-21T13:15:28.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-29T09:17:36.000Z (about 4 years ago)
- Last Synced: 2025-08-16T02:36:47.408Z (9 months ago)
- Size: 715 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet Clinic Database

> This is a repo to test my knowlegde of SQL on day one of Database curriculum in Microverse School
> Day 1 : worked on basics of sql using clauses like the comparison (<,>,=,<>,is not,not), like, where etc
> Day 2: I used clauses like Having, Group by , aggregate fuctions transaction,rollback etc
> Day 3: I made use of Join , right join, Order by,
> Day 4: Made use of fetch row, order by, multiple join table
> Week 2, Day 1: Made use of indexing and tuning to optimize query excution time.
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**
Kanu Mike\*\*
- GitHub: [@Ginohmk](https://github.com/Ginohmk)
- Twitter: [@michotall95](https://www.twitter.com/michotall95)
- LinkedIn: [@kanumike](https://www.linkedin.com/in/kanu-mike-497119211/)
- Instagram: [@savy_kanu_mike](https/instagram.com/savy_kanu_mike)
- Facebook: [@mike.kanu](https://www.facebook.com/mike.kanu)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse School
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.