Skip to content

This repository is meant to get started with PostgreSQL. You'll find a set of commands in each file as stated in the README.md file

Notifications You must be signed in to change notification settings

JohnFTitor/vet_clinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vet Clinic Database

This repository is meant to get started with PostgreSQL.

Scheme Diagram

Click this link to see the scheme diagram for this project. Hover over the lines or the row to get info on the relations with other tables

Getting Started

To get a local copy up and running follow these simple example steps.

  • Clone this repository with git clonegit@github.com:JohnFTitor/vet_clinic.git using your terminal or command line.
  • Change to the project directory by entering :
    cd vet_clinic in the terminal

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!

Prerequisites

You need to make sure to have installed the latest version of PostgreSQL on your computer.

Authors

👤 Andrés Felipe Arroyave Naranjo

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This repository is meant to get started with PostgreSQL. You'll find a set of commands in each file as stated in the README.md file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages