/Vet-clinic-database

Build a relational database based on a real-life example.

Vet Clinic Database

📗 Table of Contents

📖 Vet Clinic Database

Vet Clinic Database is database created for a vet clinic.

🛠 Built With

Tech Stack

Client
  • SQL
Server
Database
  • PostgreSQL

Key Features

  • Relational database with queries.

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

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

Prerequisites

In order to run this project you need to have VS CODE or any EDITOR installed in your environment.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/banzaman/Vet-clinic-database.git

👥 Authors

👤 Mark Rubanza

Back to top

🔭 Future Features

  • Add more columns.
  • Add more tables.
  • Add more queries.

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 you can give it a star!

Back to top

🙏 Acknowledgments

I would like to thank the Microverse team.

Back to top

📝 License

This project is MIT licensed.

Back to top