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

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

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

**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

![Schema](vet_clinic_schema.png)

(back to top)

## 🛠 Built With

### Tech Stack

- PostgreSQL

### Key Features

- Create tables to store data
- **Join table** for many-to-many relationships
- Queries for analytical questions
- Improve performance with **indexing**

(back to top)

## 👥 Authors

👨‍🚀 **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)

(back to top)

## 🔭 Future Features

- [x] **Multiple tables**
- [x] **Add join table for visits**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 💖 Show your support

If you like this project, please consider giving it a ⭐.

(back to top)

## 🙏 Acknowledgments

I would like to thank all code reviewers for making this project better.

(back to top)

## 📝 License

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

(back to top)