Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duanedave/medical_db


https://github.com/duanedave/medical_db

Last synced: about 1 month ago
JSON representation

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.