- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[vet_clinic] is a relational database that contains a table to store animals' information, insert some data into it, and query it.
Database
- Store Data
- Edit Table Data
- Query Table Data
To get a local copy up and running, follow these steps.
In order to run this project you need:
PostgresClone this repository to your desired folder:
cd my-folder
git clone git@github.com:DevaWinner/vet-clinic.gitThis repository includes files with plain SQL that can be used to recreate the database:
- Use schema.sql to create the table.
- 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!
👤 Aniekan Winner
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add more data and Query
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to leave a star.
I would like to thank Microverse team for providing the template used.
This project is MIT licensed.