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

https://github.com/debas-31/vet_clinic

It's a project on relational database to create the initial data structure for a vet clinic, create a table to store animal's information, insert some data into it, and query it.
https://github.com/debas-31/vet_clinic

postgresql sql

Last synced: 3 days ago
JSON representation

It's a project on relational database to create the initial data structure for a vet clinic, create a table to store animal's information, insert some data into it, and query it.

Awesome Lists containing this project

README

          

## Vet clinic database: query and update animals table

>In this milestone of the project, i used transactions to update and delete records, aggregate functions and GROUP BY to answer analytical questions.

## Built With

- PLpgSQL

## screenShot
> ![screenshot](https://i.postimg.cc/vTTtG3W9/vet-clinic-2022-03-29-14-59.png)

## Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

- 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. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**

### Author

👤 **Debas Gebreslasie**

- [GitHub](https://github.com/Debas-31)
- [Twitter](https://twitter.com/DEBSH76956492)
- [LinkedIn](https://www.linkedin.com/in/debas-gebrengus)

### 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Debas-31/vet_clinic/issues).

### Show your support

Give a ⭐️ if you like this project!

### 📝 License

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