/Vet-clinic

Primary LanguagePLpgSQLMIT LicenseMIT

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]

In the Vet-clinic database project we store the information of the clinical animals and the medical records associated with.

🛠 Built With

Tech Stack

Database

Key Features

  • [animal name]
  • [animal age]
  • [animal DOB]

(back to top)

Schema Diagram

Schema Diagram

💻 Getting Started

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

Prerequisites

In order to run this project you need:

install postgreSQL in the Local machine.

Setup

cd projects
git clone https://github.com/ankitt26/Vet-clinic.git

(back to top)

👥 Authors

👤 Ankit

(back to top)

🔭 Future Features

  • [Add more details]
  • [Add relation to other tables]

(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 it a start to show your support .

(back to top)

🙏 Acknowledgments

I would like to thanks Microverse for Providing this amazing template.

(back to top)

❓ FAQ

  • How to install PostgreSQL ?

    answer

  • How to create DataBase ?

    answer

(back to top)

📝 License

This project is MIT licensed.

(back to top)