zamcham / database-vet-clinic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

πŸ“— Table of Contents

πŸ“– [Vet Clinic]

The primary objective of the Vet Clinic project is to establish a relational database framework tailored specifically for a veterinary clinic. Its purpose is to enhance operational efficiency, streamline record-keeping, and elevate the standard of patient care through the seamless integration of clinic processes and effortless retrieval of data.

Our RD Diagram is as follows: ER Diagram

πŸ›  Built With

PostgreSQL 15

Tech Stack

Database

Key Features

  • [Efficient data management: Allows adding, updating, and deleting animal records.]
  • [Search and filter capabilities: Enables finding animals based on various criteria.]
  • [Data visualization and reporting: Provides visual representations and reports for data analysis.]

(back to top)

πŸ’» Getting Started

To get a local copy up and running, run the queries on schema.sql to create all tables.

Prerequisites

In order to run this project you need: PostgreSQL

(back to top)

πŸ‘₯ Author

πŸ‘€ Cristian Zambrano

(back to top)

πŸ”­ Future Features

  • [Efficient data management: Allows adding, updating, and deleting animal records.]
  • [Search and filter capabilities: Enables finding animals based on various criteria.]
  • [Data visualization and reporting: Provides visual representations and reports for data analysis.]

(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 send me a message on linkedin! and share with your friends!

(back to top)

πŸ™ Acknowledgments

I would like to thank microverse for getting me started!

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:PLpgSQL 100.0%