Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aakbarkhan/vet-clinic-database
relational database to create the initial data structure for a vet clinic.
https://github.com/aakbarkhan/vet-clinic-database
Last synced: 27 days ago
JSON representation
relational database to create the initial data structure for a vet clinic.
- Host: GitHub
- URL: https://github.com/aakbarkhan/vet-clinic-database
- Owner: aakbarkhan
- Created: 2022-01-27T11:51:16.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-28T11:18:20.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T22:49:34.299Z (7 months ago)
- Language: PLpgSQL
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet-clinic
- Vet-clinic database creation.
- In this project, database is crated in the postgresql and wrote SQL to create table.
- create a table to store animals' information, insert some data into it, and query it.
- SQL is used for query.## Getting Started
- 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!**## Built With
- SQL.## Author
👤 **aku**
- GitHub: [@aakbarkhan](https://github.com/aakbarkhan)
- Twitter: [@aaku_mdakbar](https://twitter.com/aaku_mdakbar)
- LinkedIn: [akuu-khan](https://www.linkedin.com/in/akuu-khan/)## 🤝 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.