Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambenkis/vet-clinic-database
In this project, I use a relational database to create the initial data structure for a vet clinic. I create a table to store animals' information, insert some data into it, and query it.
https://github.com/iambenkis/vet-clinic-database
Last synced: 22 days ago
JSON representation
In this project, I use a relational database to create the initial data structure for a vet clinic. I create a table to store animals' information, insert some data into it, and query it.
- Host: GitHub
- URL: https://github.com/iambenkis/vet-clinic-database
- Owner: iambenkis
- Created: 2022-10-25T11:18:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-29T18:50:42.000Z (over 2 years ago)
- Last Synced: 2025-01-03T03:57:29.423Z (about 1 month ago)
- Language: PLpgSQL
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet clinic Database
> In this project, I use transactions to update and delete records. I also use aggregate functions and GROUP BY to answer analytical questions.
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- `schema.sql`: contains the database schema in SQL.
- `data.sql`: contains some data to insert into the database.
- `queries.sql`: contains some queries that can be run against the database.## Authors
👤 **Benjamin Kisenge (Me)**
* GitHub: [@benjamin kisenge](https://github.com/iambenkis)
* Twitter: [@benjamin kisenge](https://twitter.com/iambenkis)
* LinkedIn: [benjamin kisenge](https://www.linkedin.com/in/ben-kisenge/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/iambenkis/Vet-clinic-database/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](MIT.md) licensed.