https://github.com/essiencodecraft/relational_database_management_system
https://github.com/essiencodecraft/relational_database_management_system
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/essiencodecraft/relational_database_management_system
- Owner: EssienCodeCraft
- Created: 2024-12-10T16:42:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T01:47:26.000Z (over 1 year ago)
- Last Synced: 2025-02-13T09:36:16.089Z (about 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.