https://github.com/gbengacode/vetclinic-database
https://github.com/gbengacode/vetclinic-database
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbengacode/vetclinic-database
- Owner: Gbengacode
- Created: 2022-02-14T10:53:13.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-22T21:52:52.000Z (over 4 years ago)
- Last Synced: 2025-06-02T17:41:23.026Z (about 1 year ago)
- Language: PLpgSQL
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name
Vet clinic database
# Project Description
> In this project I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it.
## Schema diagram

## Built With
- SQL
## 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.
## Author
👤 **Emmanuel Gbenga**
- GitHub: [@githubhandle](https://github.com/gbengacode)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Gbengacode/vetclinic-database/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.