https://github.com/brainconnect93/vet-clinic
Vet Clinic is a relational database management web based application that tracks information about animals, their clinic visits and the details of the veterinary officers who attended to them.
https://github.com/brainconnect93/vet-clinic
database postgresql schema sql sql-server
Last synced: 3 months ago
JSON representation
Vet Clinic is a relational database management web based application that tracks information about animals, their clinic visits and the details of the veterinary officers who attended to them.
- Host: GitHub
- URL: https://github.com/brainconnect93/vet-clinic
- Owner: brainconnect93
- Created: 2022-08-24T10:18:37.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-31T21:13:25.000Z (almost 4 years ago)
- Last Synced: 2025-07-12T03:47:15.720Z (12 months ago)
- Topics: database, postgresql, schema, sql, sql-server
- Language: PLpgSQL
- Homepage:
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/brainconnect93)
# Vet Clinic Database
> Vet Clinic is a relational database management web based application that tracks information about animals, their clinic visits and the details of the clinics employees who attended to them.
# Schema Diagram

## 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
👤 **Afolabi Akorede**
- GitHub: [@brainconnect93](https://github.com/brainconnect93)
- Twitter: [@brainconnect0](https://twitter.com/brainconnect0)
- LinkedIn: [Afolabi Akorede](https://linkedin.com/in/brainconnect93)
## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.