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
- ❓ FAQ
- 📝 License
[Vet_Clinic_Db] is a project aimed at understanding the Structured Query Language and how to store data in a database
Database
- SQL Query to create the table
- SQL Queries to add data to table
- SQL Query to test for items in the table
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Postgresql
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/edubew/vet_clinic_db
No installation needed
👤 Winfred Edube
- GitHub: @edubew
- Twitter: @edube_winne
- SQL Query to update the table
- SQL Query to alter data in a table
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give a⭐️ and share with your friends.
I would like to thank @Microverse for the great articles on this topic
This project is MIT licensed.