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.
- Host: GitHub
- URL: https://github.com/bushmusi/clinic-db
- Owner: bushmusi
- Created: 2022-05-03T14:07:35.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-10T17:30:40.000Z (over 3 years ago)
- Last Synced: 2025-01-09T00:42:47.128Z (10 months ago)
- Topics: database, joint-models, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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