https://github.com/williamscch/vet_clinic
PostgreSQL relational database to create data structure for a vet clinic.
https://github.com/williamscch/vet_clinic
database postgresql
Last synced: 10 months ago
JSON representation
PostgreSQL relational database to create data structure for a vet clinic.
- Host: GitHub
- URL: https://github.com/williamscch/vet_clinic
- Owner: williamscch
- Created: 2022-09-13T22:10:08.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-21T19:59:46.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T05:41:43.325Z (about 1 year ago)
- Topics: database, postgresql
- Homepage:
- Size: 12.7 KB
- Stars: 5
- 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 used a PostgreSQL relational database to create 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.
### DB Schema

## Authors
👤 **Williams Colmenares**
- GitHub: [@williamscch](https://github.com/williamscch)
- Twitter: [@wdavidcch](https://twitter.com/wdavidcch)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/williamscolmenaresch/)
## 🤝 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
- Database Microverse Project
## 📝 License
This project is [MIT](./MIT.md) licensed.