An open API service indexing awesome lists of open source software.

https://github.com/essiencodecraft/relational_database_management_system


https://github.com/essiencodecraft/relational_database_management_system

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Relational Database Management System (PostgreSQL)
- Relational Database using PostgreSQL for DML and DDL commands
- Datasets were downloded from https://www.kaggle.com/ and PostgreSQL COPY command was used to import the data from CSV into the respective tables using the DBeaver Database client
- Dbeaver PgAdmin4 Datababase client was used to run queries, create foreign keys and constraints
- import excel data to postgreSQL database using Pandas and SQLAlchemy engine driver.