https://github.com/thebwoyprogrammer/vet-clinic-2
https://github.com/thebwoyprogrammer/vet-clinic-2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thebwoyprogrammer/vet-clinic-2
- Owner: theBwoyProgrammer
- Created: 2022-09-20T07:48:52.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-09-27T18:10:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T10:58:09.615Z (5 months ago)
- Language: PLpgSQL
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet-Clinic Database
> This presents a vet clinic database with animal data.
## 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
👤 **Author1**
- GitHub: [@HatimDev-HE](https://github.com/HatimDev-HE)
- Twitter: [@HatimDev](https://twitter.com/HatimDev)
- LinkedIn: [Hatim Eddinani](https://www.linkedin.com/in/hatimdev/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.