You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mindset & Code edited this page May 26, 2026
·
4 revisions
Sales Optimization SQL — Wiki
Análisis de rendimiento de ventas y rentabilidad con SQL puro sobre un dataset de 10.000 registros sintéticos. Diseñado para conectarse directamente a Power BI o Tableau.
flowchart LR
A[generate_data.py] -->|10.000 registros| B[sales_data.csv]
B -->|import| C[SQLite / PostgreSQL / MySQL]
C -->|queries| D[sales_analysis.sql]
D -->|resultados| E[Power BI / Tableau]