/Vet-clinic-database

Primary LanguagePLpgSQLMIT LicenseMIT

Vet Clinic Database

vet_clinic_ERD

📗 Table of Contents

📖 [Vet clinic database]

[Vet clinic database] is a relational database for a vet clinic.It is a complete database with data about:

  • animals
  • animals' owners
  • animals' species
  • clinic employees
  • visits
  • specializations

🛠 Built With

Tech Stack

Database

Key Features

  • [SQL]
  • [Optimization]
  • [PostGreSQL]

(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., delete records). Use them responsibly!

(back to top)

👥 Authors

👤 Youssef KERROUM

👤 Hevar kas

👤 Marianela Muñoz Gutierrez

(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 give a star.

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)