/vet_clinic

About Vet Clinic Database is a relational database focus project. User can use the project query to create, read, update and delete specific data form the database using SQL terminal.

Primary LanguagePLpgSQLMIT LicenseMIT

📗 Table of Contents

📖 Vet Clinic

Vet Clinic is a relational database focus project. User can use the project query to create, read, update and delete specific data form the database using sql terminal.

🛠 Built With

Tech Stack

Database

Database Diagram

vet_clinic_diagram

Key Features

  • Users can create database table using this project.
  • User can insert and update database table column.
  • User can get specific data with different sql query

(back to top)

💻 Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

  • At first Clone this repository to your desired folder:
  cd my-folder
  git clone https://github.com/raihan2bd/vet_clinic.git
  • To use this repo to your local computer make sure you have installed POSTGRESQL
  • Then create a new database then open a sql editor or sql ternimal then your can use below SQL language to read and update your database with multiple tables.
  • 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.

(back to top)

👥 Authors

👤 Abu Raihan

👤 Kanu Chukwuemeka

(back to top)

🔭 Future Features

  • I will plan to enhance the project by adding more tables and incorporating more complex 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

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

Without Microverse Help this project not compleated at all so thanks a lot Microverse for giving us this kind of opertunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)