https://github.com/thermiee/vet-clinic
A relational database to create the initial data structure for a vet clinic. It takes in a table to store animals information, insert some data into it, and query it.
https://github.com/thermiee/vet-clinic
database postgresql sql
Last synced: 2 months ago
JSON representation
A relational database to create the initial data structure for a vet clinic. It takes in a table to store animals information, insert some data into it, and query it.
- Host: GitHub
- URL: https://github.com/thermiee/vet-clinic
- Owner: Thermiee
- Created: 2022-04-25T09:38:35.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-04T16:45:32.000Z (about 4 years ago)
- Last Synced: 2025-10-10T21:01:00.177Z (9 months ago)
- Topics: database, postgresql, sql
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet Clinic
> A relational database to create the initial data structure for a vet clinic.
## 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!**
## Authors
👤 **Author1**
- GitHub: [Thermiee](https://github.com/Thermiee)
- LinkedIn: [Emmanuel](https://www.linkedin.com/in/emmanuel-jolugbo/)
👤 **KHALIL NASRI**
- GitHub: [@NasKhalil](https://github.com/NasKhalil)
- Twitter: [@KhalilNasri92](https://twitter.com/KhalilNasri92)
- LinkedIn: [khalil-Nasri](https://www.linkedin.com/in/nasri-khalil-androdev/)
- Email: khalil.nasri2021@gmail.com
## 🤝 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
## 📝 License
This project is [MIT](./MIT.md) licensed.