Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/udeaghad/vet_clinic-sql


https://github.com/udeaghad/vet_clinic-sql

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Vet clinic database: create animals table

> In this project, a relational database was created with the initial data structure for a vet clinic. A table was created to store animals' information, insert some data into it, and query it.

## Built With

- PostgreSQL
## Schema

![drawSQL-export-2022-08-23_13_59](https://user-images.githubusercontent.com/88520952/186165020-2d9c312b-584d-4425-aca7-32c555b11d22.png)

## Getting Started

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

- Used [schema.sql](./schema.sql) to create all tables.
- Used [data.sql](./data.sql) to populate tables with sample data.
- Checked [queries.sql](./queries.sql) for examples of queries that were run on a newly created database.

## Authors

👤 Dozie Udeagha

- GitHub: [@udeaghad](https://github.com/udeaghad)
- Twitter: [@theodoz](https://twitter.com/theodoz)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/dozie-udeagha/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a [⭐️](https://github.com/udeaghad/vet_clinic-sql/stargazers) if you like this project!

## Acknowledgments

- Microverse Team
- My Family

## 📝 License

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