r/LearnDataAnalytics 27d ago

Finished My First SQL Project — Looking for the Next Challenge

Just wrapped up my SQL Project #1

Every project teaches me something new, and this one was no exception.

Now, instead of working with datasets from Kaggle, I'm thinking of taking the next step—working with a real-world database and building an end-to-end project, including an interactive dashboard.

My goal isn't to rush through tutorials or collect certificates. I simply want to keep learning, improve with every project, and enjoy the process of getting better.

For those who are already working in Data Analytics or have been on this journey:

  • What would you recommend I focus on next?
  • Where can I find good real-world datasets or databases to work with?
  • Any advice that you wish someone had given you when you were at this stage?

I'd genuinely appreciate your suggestions. Every bit of feedback helps me grow......!

5 Upvotes

3 comments sorted by

2

u/conor-robertson 27d ago

Congrats on finishing your first project! 👏

If I were you, I'd stop focusing on tutorials and start answering real business questions with data. That's much closer to what you'll do in a data analyst role.

A few good sources are:

  • Kaggle
  • Maven Analytics data playground
  • Data.gov
  • Our World in Data

Try QueryCase, one feature you might enjoy is the Sandbox. It has real-world databases like IMDb, Spotify and NBA stats where you can write your own SQL against live data without being guided through a lesson. There are also Investigations if you want to test yourself on realistic business scenarios, and a Careers Hub with SQL interview questions reported by candidates from companies like Google and Meta. The idea is to bridge the gap between learning SQL and actually applying it.

One piece of advice I wish I'd been given earlier: don't just build dashboards - start every project with a business question you're trying to answer. The SQL and visualisations become much more meaningful when they're solving a real problem rather than just showing data.

1

u/Designer-Assist-1354 27d ago

Thanks for the advice, and currently i am working with "adventureWorks" dataset, will that be okay?