https://github.com/andres-condezo/vet_clinic_database
This is a relational database to create the data structure for a vet clinic using PostgreSQL
https://github.com/andres-condezo/vet_clinic_database
postgresql sql
Last synced: 4 months ago
JSON representation
This is a relational database to create the data structure for a vet clinic using PostgreSQL
- Host: GitHub
- URL: https://github.com/andres-condezo/vet_clinic_database
- Owner: andres-condezo
- Created: 2022-04-25T18:42:36.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-06T15:22:31.000Z (about 4 years ago)
- Last Synced: 2025-07-26T09:14:05.709Z (11 months ago)
- Topics: postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 86.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
|  |  |
| ------------ | ---------------------------------------------------- |
# Vet clinic database
> Relational database to create the data structure for a vet clinic using PostgreSQL.

## 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
| 👤 | **Andres Condezo** |
| ------------ | ---------------------------------------------------- |
| **GitHub** | [@Andres Condezo](https://github.com/andres-condezo)
| **Twitter** | [@andres_condezo](https://twitter.com/andres_condezo) |
| **LinkedIn** | [andres-condezo](https://www.linkedin.com/in/andres-condezo/) |
## 🤝 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
- [Postgresql docs](https://www.postgresql.org/docs/)
## 📝 License
This project is [MIT](./MIT.md) licensed.