Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daudi13/vet-clinic-database

This is a database projec for a vet clinic that uses SQL. the database holds data about animals animals' owners clinic employees visits
https://github.com/daudi13/vet-clinic-database

database postgresql sql sql-server

Last synced: 3 days ago
JSON representation

This is a database projec for a vet clinic that uses SQL. the database holds data about animals animals' owners clinic employees visits

Awesome Lists containing this project

README

        

# Vet Clinic Database
> This is a database projec for a pet clinic built on POSTgreSQL. the database holds data about

- animals
- animals' owners
- clinic employees
- visits

![](./drawSQL-export-2022-05-10_17_04.png)
## 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: [@daudi13](https://github.com/@daudi13)
- Twitter: [@davouma](https://twitter.com/davouma)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
## 🤝 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.