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

https://github.com/thermiee/vet-clinic

A relational database to create the initial data structure for a vet clinic. It takes in a table to store animals information, insert some data into it, and query it.
https://github.com/thermiee/vet-clinic

database postgresql sql

Last synced: 2 months ago
JSON representation

A relational database to create the initial data structure for a vet clinic. It takes in a table to store animals information, insert some data into it, and query it.

Awesome Lists containing this project

README

          

# Vet Clinic

> A relational database to create the initial 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. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**

## Authors

👤 **Author1**

- GitHub: [Thermiee](https://github.com/Thermiee)
- LinkedIn: [Emmanuel](https://www.linkedin.com/in/emmanuel-jolugbo/)

👤 **KHALIL NASRI**

- GitHub: [@NasKhalil](https://github.com/NasKhalil)
- Twitter: [@KhalilNasri92](https://twitter.com/KhalilNasri92)
- LinkedIn: [khalil-Nasri](https://www.linkedin.com/in/nasri-khalil-androdev/)
- Email: khalil.nasri2021@gmail.com

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

- Microverse

## 📝 License

This project is [MIT](./MIT.md) licensed.