This exercise aims to reinforce our understanding of scheme diagrams in order to plan and create relational databases.
If you want to see the diagram and description, refer to Microverse link here
This repository includes files with plain SQL that can be used to recreate a database:
- PostgreSQL server installed and running
- psql installed
$ git clone git@github.com:JohnFTitor/medical_database.git
$ cd medical_database
- Connect to your PostgreSQL server with
psql
psql
- Create the database
medical_database
CREATE DATABASE medical_database;
- Connect to your database
medical_database
\c vet-clinic
👤 Reem
Platform | Badge |
---|---|
GitHub | @Reem-lab |
Rem79940127 | |
LinkdIn | reem-janina |
👤 Andrés Felipe Arroyave Naranjo
Platform | Badge |
---|---|
GitHub | @JohnFTitor |
@johnftitor | |
Andres |
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
Microverse requirements