Skip to content

hmunish/vetDB

Repository files navigation

Vet Animals Database structure queries

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_Animals]

[Vet Animals] is a SQL database to store, update & retrieve animals data from the PostgreSQL.

🛠 Built With

Tech Stack

Database

Key Features

  • [Store animals data]
  • [Update animals data]
  • [Retrieve animals data]

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • PostgreSQL
  • Version control system (Git preferred)

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone https://github.com/hmunish/vetDB.git

Install

Install this project by cloning the repository into the local machine.

Usage

To run the project, execute the following SQL queries into local database.

(back to top)

👥 Authors

👤 Munish Halai

👤 Rabaya Rabu

(back to top)

🔭 Future Features

  • [Searching_animals_data]
  • [Deleting_animals_data]
  • [Editing_animals_data]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the https://github.com/hmunish/vetDB/issues.

(back to top)

⭐️ Show your support

If you like this project feel free to contribute so that we can improve the project.

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse team to provide an installation guide for PostgreSQL.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This repository contains all SQL queries for creating & updating vet clinic Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors