Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natasha-ct/vet-clinic-database
This repository houses my Vet Clinic relational database project. It accepts SQL commands to create a database, create tables, update tables, and run queries. It contains information about animals in a veterinary clinic, such as their pet names, weight details, and date of birth. PostgreSql was used to create this database.
https://github.com/natasha-ct/vet-clinic-database
database postgresql-database query relational-databases sql
Last synced: 2 days ago
JSON representation
This repository houses my Vet Clinic relational database project. It accepts SQL commands to create a database, create tables, update tables, and run queries. It contains information about animals in a veterinary clinic, such as their pet names, weight details, and date of birth. PostgreSql was used to create this database.
- Host: GitHub
- URL: https://github.com/natasha-ct/vet-clinic-database
- Owner: NATASHA-ct
- Created: 2022-09-20T16:52:38.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-26T23:58:15.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:10:29.939Z (4 months ago)
- Topics: database, postgresql-database, query, relational-databases, sql
- Language: PLpgSQL
- Homepage:
- Size: 46.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet Clinic-database
This repository houses my Vet Clinic relational database project. It accepts SQL commands to create a database, create tables, update tables, and run queries. It contains information about animals in a veterinary clinic, such as their pet names, weight details, and date of birth. PostgreSql was used to create this database.## 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!**## Schema Diagram
![drawSQL-export-2022-09-27_01_19](https://user-images.githubusercontent.com/106079814/192390663-83bc8855-845f-47a6-b93c-a1f3474c3833.png)## Authors
👤 NATASHA TATENDA CHIROMBE
GitHub: [@NATASHA-ct]((https://github.com/NATASHA-ct)
Twitter: [@NatashaChirombe]
LinkedIn: Natasha Chirombe## 🤝 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!
## 📝 License
This project is [MIT](./MIT.md) licensed.