Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

In this project, I will be using a relational database to create the data structure for a vet clinic. Then, I will start with one table, and step by step, I will create a complete database with data about: animals, animals' owners, clinic employees, visits.
https://github.com/ezekielutshudi/vet-clinic-database

database postgres postgresql sql

Last synced: 1 day ago
JSON representation

In this project, I will be using a relational database to create the data structure for a vet clinic. Then, I will start with one table, and step by step, I will create a complete database with data about: animals, animals' owners, clinic employees, visits.

Awesome Lists containing this project

README

        

# PostgreSQL Vet Clinic Database

This is a postgreSQL database for Vet clinic data. It has tables that contain animal's information. In the tables, user can insert data into it and query it.

## 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!**

## Authors

👤 **Ezekiel Utshudi Eteta**

- GitHub: [@ezekielutshudi](https://github.com/EzekielUtshudi)
- Twitter: [@ezekielutshudi](https://twitter.com/UtshudiEzekiel)
- LinkedIn: [@ezekielutshudi](https://www.linkedin.com/in/ezekiel-utshudi-195782162/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/white3d/PostgreSQL-Vet-Clinic-Database/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

* [PostgreSQL Organization](https://www.postgresql.org/) for the amazing [Documentation](https://www.postgresql.org/docs/) on PostgreSQL.

## 📝 License

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