GithubHelp home page GithubHelp logo

recillah-khamala / vet-clinic-db Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 53 KB

In this project, I use a relational database to create the data structure for a vet clinic. I start with one table, and step by step, create a complete database with data about: animals, animals' owners, clinic employees, and visits. Apart from building data structure, I also run SQL queries to answer specific questions.

License: MIT License

vet-clinic-db's Introduction

Vet Clinic DataBase README Template

๐Ÿ“— Table of Contents

๐Ÿ“– [Vet clinic database]

[Vet clinic database]. In this project, I use a relational database to create the data structure for a vet clinic. I start with one table, and step by step, create a complete database with data about: animals, animals' owners, clinic employees, and visits. Apart from building data structure, I also run SQL queries to answer specific questions.

๐Ÿ›  Built With

Tech Stack

Database

๐Ÿ’ป 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!

Setup

  • install postgreSQL on your machine
  • this comes with the sql shell (a command line interface );
  • open the sql shell
  • run the command create database vet_clinic which will create the vet_clinic database
  • navigate to the database using \c vet_clinic
  • we can now create tables using create table table_name
  • after creating the tables you can make all queries that yo may want

(back to top)

๐Ÿ‘ฅ Author

๐Ÿ‘ค Recillah Khamala

(back to top)

๐Ÿ”ญ Future Features

Describe 1 - 3 features you will add to the project.

  • [Multiple tables ] [include_other_tables]
  • [Relationship between tables ] [build_relationships_between_tables]
  • [Relationship with multiple tables ] [Build_group_relationships]

(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

Give credit to everyone who inspired your codebase.

I would like to thank microverse for including this in the carriculum.

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

vet-clinic-db's People

Contributors

recillah-khamala avatar richardchileya avatar

Stargazers

Jeremiah Melfah avatar Kasaija Kenneth avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.