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.
- Host: GitHub
- URL: https://github.com/debas-31/vet_clinic
- Owner: Debas-31
- Created: 2022-03-21T14:16:22.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-23T20:42:16.000Z (about 4 years ago)
- Last Synced: 2025-04-12T04:14:03.478Z (about 1 year ago)
- Topics: postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
> 
## 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.