- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
clinic database is a relational database built using PostgreSQL. In this database information like name, date_of_birth, admitted_at, patient_id, status and invoices, are stored.
- PostgreSQL
Database
- Relational Database
- medical_histories Table
- Queries
Not available
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!
In order to run this project you need:
Clone this repository to your desired folder:
git clone https://github.com/Othniel2471/clinic_database.git
cd clinic
psql
postgres=# \c clinic
Download and Install PostgreSQL
- GitHub: @anita00001
- LinkedIn: anitaa-sharmaa
- Twitter: @anitaa_sharmaa
- Query Multiple tables
- Join tables for visits
- Database performance audit
- Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Do you like this projectββ
Give it a star β
- I express my sincere gratitude to Microverse (microverse.org) for providing the necessary resources and knowledge.
- I am thankful to my Learning Partners, Mentors and Code Reviewers who encourage me to optimize and make this project functional.
This project is MIT licensed.