Skip to content

This is a data structure for a vet clinic, created using a relational database. It is a complete database with data about: animals, animals' owners, clinic employees, and visits.

Notifications You must be signed in to change notification settings

Sahar-AbdelSamad/vet-clinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vet Clinic

This is a data structure for a vet clinic, created using a relational database. It is a complete database with data about: animals, animals' owners, clinic employees, and visits.

Getting Started

Requirements

  • PostgreSQL server installed and running
  • psql installed

Clone this repository

$ git clone git@github.com:Sahar-AbdelSamad/vet-clinic.git
$ cd vet-clinic
  1. Connect to your PostgreSQL server with psql
psql
  1. Create the database vet_clinic
CREATE DATABASE vet_clinic;
  1. Connect to your database vet_clinic
\c vet_clinic
  1. Use schema.sql to create all tables
  2. Use data.sql to populate tables with sample data
  3. 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!

Authors

👤 Sahar Abdel Samad

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About

This is a data structure for a vet clinic, created using a relational database. It is a complete database with data about: animals, animals' owners, clinic employees, and visits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published