- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Vet Clinic is a database of the various animals that are being taken care of at a veterinarian clinic.
Database
- The database allows you run different kinds of querries.
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!
In order to run this project you need either PostgreSQL, or a relational database management system of your choice that uses SQL syntax.
Clone this repository to your desired folder:
This project does not need to be installed.
If you're new to SQL, this project will help you explore how databases are created and managed.
There are no tests to run.
This project doesnt need to be deployed.
👤 Alfred
- GitHub: @badger-99
- X: @AlfredMkg
- LinkedIn: in/alfredmkg
👤 Sana
- GitHub: @SanaTameem
- X: @sana_tameem
- LinkedIn: in/sana-tameem
👤 Sulaimon
- GitHub: @sulaimonaa
- X: @Ayodej007
- LinkedIn: in/sulaimonaa
- Database management for different users.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project please leave a ⭐️ :)
I would like to thank Microverse for providing the resources and guidelines that made this project possible.
This project is MIT licensed.