Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmike01/vent_db
This is a database learning scheme
https://github.com/codewithmike01/vent_db
Last synced: 30 days ago
JSON representation
This is a database learning scheme
- Host: GitHub
- URL: https://github.com/codewithmike01/vent_db
- Owner: codewithmike01
- Created: 2022-03-21T13:15:28.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-29T09:17:36.000Z (over 2 years ago)
- Last Synced: 2024-08-20T16:43:31.930Z (3 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
![](https://img.shields.io/badge/Microverse-blueviolet)
> 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.