Vet clinic is a relational database project designed to manage patient records, and treatments at a veterinary clinic.
Database
- Schema
- queries
- data
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!
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:myaccount/Vet-clinic.git
To run the project, execute the following command:
👤 Author1
- GitHub: @ambrose-kibet
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- appontments
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please start it
I would like to thank Microverse for the inspiration and desing
This project is MIT licensed.