Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shyusu4/vet-clinic


https://github.com/shyusu4/vet-clinic

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Vet Clinic Database

A relational database for a vet clinic.

![Relational database for a vet clinic](https://user-images.githubusercontent.com/106587342/199228567-b5952b28-be15-47e3-84fd-5cccf14ba420.png)

## 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. **Note: this file may include queries that make changes in the database (e.g., remove records). Use them responsibly!**