Giter Club home page Giter Club logo

nemwel-vetclinic-db's Introduction

Nemwel Vet Clinic Database

This database is of an imaginary Vet who wanted an easier way to manage his data. So far at this milestone I have been able to:

  • Create the Vet store database
  • Create the starter table(animals) which has information about 4 animals
  • Created owners table which has 6 owners
  • Created the species table which has 2 species
  • Created the Visits table which is a join table for animals and vets table
  • Created the specializations table hich is a join table for species and vets tables
  • Write queries to aid in performing certain functionalities eg Query the db to show all the info about all animals.
  • Made use of BEGIN, SAVEPOINT, ROLLBACK and COMMIT transactions which help to avoid a situation where you might accidentally delete records you can revert to the original state.
  • Made use of the GROUP BY clause and aggregate functions to write complex queries to request filtered information from the database.
  • Made use of Primary and Foreign key concepts to link multiple tables
  • Made use os JOIN to work with multiple tables to retireve complex queries to get customixed information about a specific table

Enjoy!

Screenshot

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!

Built with

  • PostgreSQL
  • Linux terminal

Authors

๐Ÿ‘ค Author1

๐Ÿ‘ค STEVE W DAMES JR

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

๐Ÿ“ License

This project is MIT licensed.

nemwel-vetclinic-db's People

Contributors

nemwel-boniface avatar stevewdamesjr avatar

Stargazers

Aamir khan 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.