Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 484 Bytes

File metadata and controls

5 lines (5 loc) · 484 Bytes

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.