logo

📗 Table of Contents

📖 Vet-Clinic-DataBase

This is the initial data structure for a vet clinic. Constitutes a table to store animals' information, insert some data into it, and query it.

Schema diagram

logo

Server
Database

🚀 Live Demo

Add a link to your deployed project.

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

👥 Authors

Mention all of the collaborators of this project.

👤 Ahmed Nazir Musah

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

  • Hat tip to anyone whose code was used
  • Inspiration

📝 License

This project is MIT licensed.

(back to top)