Skip to content

Latest commit

 

History

History
141 lines (90 loc) · 3.82 KB

README.md

File metadata and controls

141 lines (90 loc) · 3.82 KB

📗 Table of Contents

📖 VET CLINIC

In this project, we use a relational database to create the initial data structure for a vet clinic. We create a table to store animals' information, insert some data into it, and query it.

drawSQL-vet-clinic-diagram-export-2023-04-13

🛠 Built With

Tech Stack

Database

🃏 Key Features

  • Create animals table
  • Insert data inside animals table
  • Write queries for the data inside animals table
  • update animals table
  • Use transaction
  • Use aggregation
  • Query multiple tables
  • Add "join table" for visits
  • Database performance audit
  • Add database schema diagram

(back to top)

💻 Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

  • Use schema.sql to create all tables.
  • Use data.sql to populate tables with sample data.
  • Check queries.sql for examples of queries that can be run on a newly created database.

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/rica213/vet_clinic.git

(back to top)

👥 Authors

👤 Larissa Clarielle

👤 Racheal Appiah-Kubi

(back to top)

🔭 Future Features

  • Improve query performance

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please give it a star

(back to top)

🙏 Acknowledgments

I would like to thank:

  • Microverse
  • Reviewers

(back to top)

📝 License

This project is MIT licensed.

(back to top)