SQL BASICS

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

[Vet_Clinic_Db] is a project aimed at understanding the Structured Query Language and how to store data in a database

🛠 Built With

Tech Stack

Database

Key Features

  • SQL Query to create the table
  • SQL Queries to add data to table
  • SQL Query to test for items in the table

(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

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/edubew/vet_clinic_db

Install

No installation needed

(back to top)

👥 Authors

👤 Winfred Edube

(back to top)

🔭 Future Features

  • SQL Query to update the table
  • SQL Query to alter data in a table

(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 please give a⭐️ and share with your friends.

(back to top)

🙏 Acknowledgments

I would like to thank @Microverse for the great articles on this topic

(back to top)

📝 License

This project is MIT licensed.

(back to top)