Skip to content

Yothu/vet-clinic-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Database schema about a veterinary.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published