https://github.com/indiecodermm/vet-clinic-db
A PostgreSQL exercise project to learn and practice database basics
https://github.com/indiecodermm/vet-clinic-db
database postgresql sql
Last synced: about 1 year ago
JSON representation
A PostgreSQL exercise project to learn and practice database basics
- Host: GitHub
- URL: https://github.com/indiecodermm/vet-clinic-db
- Owner: IndieCoderMM
- License: mit
- Created: 2023-02-27T14:11:11.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-07T10:12:48.000Z (about 3 years ago)
- Last Synced: 2025-01-15T23:59:39.214Z (about 1 year ago)
- Topics: database, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📗 Table of Contents
- [🐶 Vel Clinic DB ](#-vel-clinic-db-)
- [📌 Shema Diagram](#-shema-diagram)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [💖 Show your support ](#-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Vel Clinic DB** is a SQL database to store data for a clinic. It includes sample data and queries to explore and analyze the data.
## 📌 Shema Diagram

- PostgreSQL
- Create tables to store data
- **Join table** for many-to-many relationships
- Queries for analytical questions
- Improve performance with **indexing**
👨🚀 **Hein Thant**
- GitHub: [@githubhandle](https://github.com/indiecodermm)
- Gmail: hthant00chk@gmail.com
- LinkedIn: [LinkedIn](https://linkedin.com/in/hthantoo)
👨🚀 **Abel Seifu**
- GitHub: [@abe1able](https://github.com/abe1able)
- LinkedIn: [Abel-Seifu](https://linkedin.com/in/abel-seifu)
- [x] **Multiple tables**
- [x] **Add join table for visits**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please consider giving it a ⭐.
I would like to thank all code reviewers for making this project better.
This project is [MIT](./LICENSE) licensed.