https://github.com/raihan2bd/vet_clinic
About Vet Clinic Database is a relational database focus project. User can use the project query to create, read, update and delete specific data form the database using SQL terminal.
https://github.com/raihan2bd/vet_clinic
database postgresql sql
Last synced: about 2 months ago
JSON representation
About Vet Clinic Database is a relational database focus project. User can use the project query to create, read, update and delete specific data form the database using SQL terminal.
- Host: GitHub
- URL: https://github.com/raihan2bd/vet_clinic
- Owner: raihan2bd
- License: mit
- Created: 2023-05-01T12:39:46.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-09T11:05:28.000Z (about 3 years ago)
- Last Synced: 2025-01-15T13:11:09.249Z (over 1 year ago)
- Topics: database, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 31.3 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
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Database Diagram](#database-diagram)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**Vet Clinic** is a relational database focus project. User can use the project query to create, read, update and delete specific data form the database using sql terminal.
Database
### Database Diagram

- **Users can create database table using this project.**
- **User can insert and update database table column.**
- **User can get specific data with different sql query**
This repository includes files with plain SQL that can be used to recreate a database:
- At first Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/raihan2bd/vet_clinic.git
```
- To use this repo to your local computer make sure you have installed [POSTGRESQL](https://www.postgresql.org/)
- Then create a new database then open a sql editor or sql ternimal then your can use below SQL language to read and update your database with multiple tables.
- 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.
👤 **Abu Raihan**
- GitHub: [@raihan2bd](https://github.com/raihan2bd)
- Twitter: [@raihan2bd](https://twitter.com/raihan2bd)
- LinkedIn: [raihan2bd](https://linkedin.com/in/raihan2bd)
👤 **Kanu Chukwuemeka**
- GitHub: [@mekuseo](https://github.com/mekuseo)
- Twitter: [@fullstack_pison](https://twitter.com/fullstack_pison)
- LinkedIn: [chukwuemekakanu](https://linkedin.com/in/chukwuemekakanu)
- [ ] **I will plan to enhance the project by adding more tables and incorporating more complex queries.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
Without Microverse Help this project not compleated at all so thanks a lot Microverse for giving us this kind of opertunity.
This project is [MIT](./LICENSE) licensed.