Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udeaghad/vet_clinic-sql
https://github.com/udeaghad/vet_clinic-sql
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/udeaghad/vet_clinic-sql
- Owner: udeaghad
- Created: 2022-08-15T23:55:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T13:04:14.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:02:25.264Z (almost 2 years ago)
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.