This repository includes files with plain SQL that can be used to recreate a database:
- Use schema.sql to create all tables.
- Use data.sql to populate tables with sample data.
- Check 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!
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
The primary objective of the Vet Clinic project is to establish a relational database framework tailored specifically for a veterinary clinic. Its purpose is to enhance operational efficiency, streamline record-keeping, and elevate the standard of patient care through the seamless integration of clinic processes and effortless retrieval of data.
PostgreSQL 15
- [Efficient data management: Allows adding, updating, and deleting animal records.]
- [Search and filter capabilities: Enables finding animals based on various criteria.]
- [Data visualization and reporting: Provides visual representations and reports for data analysis.]
To get a local copy up and running, run the queries on schema.sql to create all tables.
In order to run this project you need: PostgreSQL
👤 Cristian Zambrano
- GitHub: @zamcham
- Twitter: @zamchamgames
- LinkedIn: LinkedIn
- [Efficient data management: Allows adding, updating, and deleting animal records.]
- [Search and filter capabilities: Enables finding animals based on various criteria.]
- [Data visualization and reporting: Provides visual representations and reports for data analysis.]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project send me a message on linkedin! and share with your friends!
I would like to thank microverse for getting me started!
This project is MIT licensed.