Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duanedave/medical_db
https://github.com/duanedave/medical_db
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/duanedave/medical_db
- Owner: DuaneDave
- License: mit
- Created: 2022-10-25T11:48:05.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-26T07:45:02.000Z (about 2 years ago)
- Last Synced: 2024-10-24T14:18:58.768Z (2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# medical_DB
> In this project, a relational database was created with the initial data structure for a vet clinic. A table was created to store animals' information, insert some data into it, and query data from 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**
👤 **Author**
- GitHub: [@aeh1707](https://github.com/aeh1707)
- Twitter: [@aeh1707](https://twitter.com/aeh1707)
- LinkedIn: [LinkedIn](https://linkedin.com/in/abdelhadi-hireche)**Author2**
👤 **Obiebi David**
- GitHub: [@githubhandle](https://github.com/DuaneDave)
- Twitter: [@twitterhandle](https://twitter.com/dave_duane)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/david-obiebi/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/DuaneDave/medical_DB/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.