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

https://github.com/essien1990/relational_database_management_system

Relational Database using PostgreSQL commands for DML and DDL commands
https://github.com/essien1990/relational_database_management_system

database-management dbeaver foreign-keys pandas pgadmin4 postgresql-database sql sqlalchemy

Last synced: 8 months ago
JSON representation

Relational Database using PostgreSQL commands for DML and DDL commands

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.