/vet-clinic-database

This is a database project using relational database to create the data structure for a vet clinic.

Primary LanguagePLpgSQLMIT LicenseMIT

vet-clinic-database

This is a database project using relational database to create the data structure for a vet clinic.

Database Schema Diagram

Screen Shot 2022-09-20 at 6 05 47 PM

Built With

Postgres Git GitHub

Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

  • Use schema.sql to create table.

  • Use data.sql to populate table 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

  • PostgreSQL server installed and running.
  • psql installed
  • A database to use

Authors

👤 Shahira Sadat

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

License

This project is MIT licensed.