An open API service indexing awesome lists of open source software.

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.

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

![vets_clinic_db_schema](https://user-images.githubusercontent.com/102382778/191599119-904495ff-5c94-494b-8826-b09d2c1e2ab5.png)

## 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.