a tkinter gui for chinook database
-
Updated
Feb 7, 2022 - Python
a tkinter gui for chinook database
Turns the static Chinook DB into a living OLTP simulator. Generates daily INSERTs, UPDATEs (late-arriving data), and DELETEs (cancellations). The perfect chaotic data source for testing real-world data engineering pipelines (CDC, SCD Type 2).
Used SQLite to explore the Chinook database with SQL queries and gain insights into this fictional music store's data, from customers to tracks and albums.
Implementation of relational algebra operations in DBMS - Project, Select, Rename, Cross join, Theta join, and Natural join
This is my personal SQL lab: SQLite and PostrgreSQL
Аналитический отчёт по распределению чеков, выручке по странам и самым ценным клиентам Chinook
Postgres sandbox pre-loaded with the Chinook database. Ready with Python, SQLAlchemy, PgHero, pgAdmin, Adminer, and JupyterLab.
Add a description, image, and links to the chinook-database topic page so that developers can more easily learn about it.
To associate your repository with the chinook-database topic, visit your repo's landing page and select "manage topics."