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

https://github.com/bushmusi/clinic-db

This project is aims to practice SQL queries using postgreSQL Database. I have used multiple complex query for insertion, update row, alter table schema and also different join statement types.
https://github.com/bushmusi/clinic-db

database joint-models postgresql sql

Last synced: 24 days ago
JSON representation

This project is aims to practice SQL queries using postgreSQL Database. I have used multiple complex query for insertion, update row, alter table schema and also different join statement types.

Awesome Lists containing this project

README

          

# Veternay clinic Database Project

> This is the database for the vet clinic app which is composed of relational SQL data. There are different tables containing various information for example the animals table contains information about the animals in the clinic

## Diagram

![ERD](./hospital_diagram.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: [@githubhandle](https://github.com/bushmusi)
- Twitter: [@twitterhandle](https://twitter.com/bushera_mestofa)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/samiullah-bahadur/)

👤 **Jonathan Sivahera**

- GitHub: [@jssol](https://github.com/jssol)
- Twitter: [@jsivahera](https://twitter.com/jsivahera)
- LinkedIn: [jsivahera](https://www.linkedin.com/in/jsivahera/)

👤 **Samiullah Bahadur**

- GitHub: [@ Bahadur](https://github.com/samiullahbahadur)
- Twitter: [@Bahadur](https://twitter.com/Samiull88496331)
- LinkedIn: [Bahadur](https://www.linkedin.com/in/jsivahera/)

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