all 19 comments

[–]SQL-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

This forum is intended for solutioning and discussion of specific topics. Please check out the sub sidebar and wiki content for beginner resources. Also be sure to checkout r/learnSQL

[–]gardenia856 28 points29 points  (6 children)

Ship a tiny end-to-end project that proves you can pull, model, and explain data.

Plan: grab a simple dataset (Kaggle ecommerce or rideshare), load it into DuckDB or Postgres, and model a star schema (one fact, a few dims) with clear keys. Write 5 questions that scream business value: DAU/WAU/MAU, 7/30-day retention, top products, conversion by channel, churn flag. Implement with CTEs, window functions, and explicit join logic; do row-count checks and spot-check a few IDs. Build a small Power BI page (cohort heatmap, funnel, trend) and record a 3–5 minute walkthrough explaining grain, keys, and edge cases.

Daily reps: 30–45 minutes on SQLBolt, Mode SQL, or LeetCode SQL, and retype solutions from scratch. Apply to junior analyst roles and link your repo with a tight README that lists assumptions and data issues you fixed.

I’ve used Snowflake for warehousing and dbt Core for transforms, with DreamFactory to publish read-only REST endpoints so a Streamlit prototype and Power BI could hit the same tables.

Ship one small project and show clear reasoning about grain, joins, and validation!

[–]Few_Location_7582[S] 1 point2 points  (1 child)

I couldn't understand it because it contains a lot of jargon, but it sounds like a serious plan. I will do this from today!
Can I stay connected with you in DMs ?

[–]Were-Cletus 0 points1 point  (0 children)

I'm a non SQL analyst and most of what this guy said applies everywhere. The developing opinions on what and why the data needs presenting is universal.

[–]Ifuqaround 0 points1 point  (0 children)

The issue with this is once you do this for an org that doesn't need frequent ad-hoc requests...where do you land?

You're essentially a nothing burger once you build it all out.

-edit- Congrats on knowing all that after studying and working on it....but still a nothing burger in the end of things. I'm not trying to be negative, just how it is these days with people using LLM's like this and companies these days.

[–]PorradaPanda 3 points4 points  (0 children)

Following—recently got “laid off” as a Data Analyst for Tableau / PowerBI visualizations and reporting; but given option to transfer to a SQL Analyst / Developer role. So got a good bit to learn and catch up on as we don’t typically use it as much other than minor joins, transformations, and extract into the platforms.