https://github.com/frempongdev/vet-clinic
https://github.com/frempongdev/vet-clinic
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frempongdev/vet-clinic
- Owner: frempongdev
- License: mit
- Created: 2023-04-11T17:17:10.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-15T01:10:17.000Z (about 3 years ago)
- Last Synced: 2025-02-03T11:50:22.717Z (over 1 year ago)
- Language: PLpgSQL
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README

Vet Clinic Database
# 📗 Table of Contents
- [📖 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
**Vet clinic database** is a database project for a Vet Clinic of animals and visits. Built with PostgreSQL.
PostgreSQL
- **[Sql query to select all animals whose name ends in "mon"]**
- **[List the name of all animals born between 2016 and 2019.]**
- **[List the name of all animals that are neutered and have less than 3 escape attempts.]**
- **[List the date of birth of all animals named either "Agumon" or "Pikachu".]**
- **[List name and escape attempts of animals that weigh more than 10.5kg]**
- **[Find all animals that are neutered.]**
- **[Find all animals not named Gabumon.]**
- **[Find all animals with a weight between 10.4kg and 17.3kg]**
To get a local copy up and running, follow these steps.
### Prerequisites
- [ ] Visual studio code: A source code editor was used in writing the code but you can you any IDE of your choice.
- [ ] You will need postgreSQL installed. Download PostgreSQL and install it from this link
### Clone this repository
```bash
$ git clone https://github.com/frempongdev/Vet-Clinic.git
$ cd Vet-Clinic
```
- GitHub: [@frempongdev](https://github.com/frempongdev)
- Twitter: [@knobaddy](https://twitter.com/knobaddy)
- LinkedIn: [Samuel knower Amankwaa-Frempong](https://www.linkedin.com/in/frempongdev/)
- [ ] **Use the sql UNION query to select data from tables**
- [ ] **Add the sql DISTINCT query statment**
- [ ] **Add the sql FETCH query statment**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page].
Give this project a ⭐️ if you like it and kindly support by suggesting changed by forking and pull requests
I would like to thank the whole Microverse community for the relentless support and motivation.
This project is [MIT](./License) licensed.