Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.33 KB

Vet Clinic Database

This project is the squeleton to building a veterinary database. This project was created with the porpouse of learning SQL using PostgreSQL

Built with

  • SQL, PostgreSQL DB

Getting Started

  1. To get this project up and running in your terminal use the following command:
git clone https://github.com/Yothu/vet-clinic-database.git

Then access PostgresSQL. Continue the rest when you are in it.

  1. To create the data base use the next command:
CREATE DATABASE vet_clinic;
  1. Connect to the just created database using this:
/c vet_clinic
  1. Create the tables copying and pasting the commands in the schema.sql file.
  2. Add the data to the table copying and pasting the commands in the data.sql file.
  3. Create the queries copying and pasting the commands in the queries.sql file.

Author

👤 David Vergaray

Show your support

Give a ⭐️ if you like this project!