https://github.com/cancelei/vet-clinic-db
This repo is part of the Microverse Programming Remote School. Here I work with mocked real world data from a Vet Clinic.
https://github.com/cancelei/vet-clinic-db
Last synced: 3 months ago
JSON representation
This repo is part of the Microverse Programming Remote School. Here I work with mocked real world data from a Vet Clinic.
- Host: GitHub
- URL: https://github.com/cancelei/vet-clinic-db
- Owner: cancelei
- License: mit
- Created: 2023-08-28T22:59:24.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-10-12T03:04:36.000Z (over 1 year ago)
- Last Synced: 2025-01-17T05:10:33.825Z (5 months ago)
- Language: PLpgSQL
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 [Veterinarian Data Base using Postgress]
**Veterinarian Data Base using Postgress** is a project that uses a data base to store information about veterinarians and their patients. Using postgress, the data base is set up and queries are used to filter the data.
Database
- **Updated Vet Data Base**
- **Queries to filter from data set**
- **Schema for the data set**
- **Use primary key & foreign key mechanism for joining tables.**
- **Query multiple tables.**
- **Prepare complex queries that answer analytical questions.**
- **Use aggregate functions to answer analytical questions.**
- **Use subqueries to answer analytical questions.**
- **Understand the different types of relationships between tables.**
- **Prepare complex queries that answer analytical questions.**
- **Use primary key & foreign key mechanism for joining tables.**
To get a local copy up and running, follow these steps.
### Prerequisites
PostgreSQL Installation: You need to have PostgreSQL, a popular open-source relational database management system, installed on your computer. You can download and install PostgreSQL from the official PostgreSQL website.
### Setup
Clone this repository to your desired folder.
### Install
Install this project with PostgreSQL.
### Usage
To run the project:
- 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).
👤 **Glauber Bannwart**
- GitHub: [@cancelei](https://github.com/cancelei)
- LinkedIn: [LinkedIn](https://linkedin.com/in/gbannwart)
- [X] **Update Vet Data Base**
- [X] **Improve Queries**
- [X] **Add/Delete data base table rows**
- [X] **Add/Delete data base constraints**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project star it! ⭐️
I would like to thank microverse for this learning opportunity.
[](LICENSE.md)