Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iambenkis/vet-clinic-database

In this project, I use a relational database to create the initial data structure for a vet clinic. I create a table to store animals' information, insert some data into it, and query it.
https://github.com/iambenkis/vet-clinic-database

Last synced: 22 days ago
JSON representation

In this project, I use a relational database to create the initial data structure for a vet clinic. I create a table to store animals' information, insert some data into it, and query it.

Awesome Lists containing this project

README

        

# Vet clinic Database

> In this project, I use transactions to update and delete records. I also use aggregate functions and GROUP BY to answer analytical questions.

## Getting Started

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

- `schema.sql`: contains the database schema in SQL.
- `data.sql`: contains some data to insert into the database.
- `queries.sql`: contains some queries that can be run against the database.

## Authors

👤 **Benjamin Kisenge (Me)**

* GitHub: [@benjamin kisenge](https://github.com/iambenkis)
* Twitter: [@benjamin kisenge](https://twitter.com/iambenkis)
* LinkedIn: [benjamin kisenge](https://www.linkedin.com/in/ben-kisenge/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/iambenkis/Vet-clinic-database/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Microverse
- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

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