https://github.com/soulemanou-software/vit-clinic
In this project, i will use a relational database to create the initial data structure for a vet clinic. will create a table to store animals' information, insert some data into it, and query it.
https://github.com/soulemanou-software/vit-clinic
psql-database sql
Last synced: 3 months ago
JSON representation
In this project, i will use a relational database to create the initial data structure for a vet clinic. will create a table to store animals' information, insert some data into it, and query it.
- Host: GitHub
- URL: https://github.com/soulemanou-software/vit-clinic
- Owner: soulemanou-software
- Created: 2022-10-17T12:50:07.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-22T22:26:38.000Z (over 3 years ago)
- Last Synced: 2024-10-18T16:20:23.850Z (over 1 year ago)
- Topics: psql-database, sql
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vet clinic
> - In this project, i will use a relational database to create the initial data structure for a vet clinic.
> - will create a table to store animals' information, insert some data into it, and query it.
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./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!**
## Authors
👤 **Author1**
## soulemanou kunchiefuh babanou
- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.