- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Vet Clinic is a relational database focus project. User can use the project query to create, read, update and delete specific data form the database using sql terminal.
- Users can create database table using this project.
- User can insert and update database table column.
- User can get specific data with different sql query
This repository includes files with plain SQL that can be used to recreate a database:
- At first Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/raihan2bd/vet_clinic.git
- To use this repo to your local computer make sure you have installed POSTGRESQL
- Then create a new database then open a sql editor or sql ternimal then your can use below SQL language to read and update your database with multiple tables.
- 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.
👤 Abu Raihan
- GitHub: @raihan2bd
- Twitter: @raihan2bd
- LinkedIn: raihan2bd
👤 Kanu Chukwuemeka
- GitHub: @mekuseo
- Twitter: @fullstack_pison
- LinkedIn: chukwuemekakanu
- I will plan to enhance the project by adding more tables and incorporating more complex queries.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Without Microverse Help this project not compleated at all so thanks a lot Microverse for giving us this kind of opertunity.
This project is MIT licensed.