https://github.com/trace-kadenyi/vet-clinic-database
A relational database that creates the data structure for a vet clinic. The database contains data about animals, animals' owners, clinic employees and visits
https://github.com/trace-kadenyi/vet-clinic-database
database pgadmin4 plpgsql postgresql-database psql-database sql
Last synced: 5 months ago
JSON representation
A relational database that creates the data structure for a vet clinic. The database contains data about animals, animals' owners, clinic employees and visits
- Host: GitHub
- URL: https://github.com/trace-kadenyi/vet-clinic-database
- Owner: trace-kadenyi
- Created: 2022-09-13T09:38:38.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-21T14:26:39.000Z (almost 4 years ago)
- Last Synced: 2025-10-04T00:31:13.284Z (10 months ago)
- Topics: database, pgadmin4, plpgsql, postgresql-database, psql-database, sql
- Language: PLpgSQL
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Project Name: Vet Clinic Database
> Description of the project: A relational database that creates the data structure for a vet clinic. The database contains data about animals, animals' owners, clinic employees and visits.
## Built With
- PLpgSQL
## Getting started
#### Clone this repository
```bash
$ git clone https://github.com/TracK92/vet-clinic-database.git
```
- 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.
## Authors
👤 **Tracey Kadenyi**
- GitHub: [@TracK92](https://github.com/TracK92)
- LinkedIn: [Tracey Kadenyi](https://www.linkedin.com/in/tracey-kadenyi/)
👤
## 🤝 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!