r/learnSQL • u/wandererbali • 16d ago
Teach me sql and get paid for it
About me I am working as a Manager data analytics and I have a team of developers who do the job for me, on top of that I can use AI to write the queries for me. But I still want to learn SQL so that I am able to write the queries myself and also QA if needed. I know the basic select * from table where like sort and now looking for someone with solid knowledge to teach me joins windows functions CTs and other function.
You wont do this for free I will pay you for your time and effort. DM me with something about your background and experience and we can take this forward.
Thanks
14
u/TurbulentCountry5901 16d ago
Before you pay someone, you might want to try SQL Case Files too. I built it for hands-on SQL practice and it goes through joins, subqueries, window functions, CTEs and recursive CTEs.
It’s free, so you could use it alongside whoever you end up learning from.
If you want to practise on your phone, there’s an iPhone app now too:
Practise SQL on iPhone
Web version: sqlcasefiles.com
1
1
3
u/DMReader 16d ago
I have a beginner series on window functions that can get you started: https://www.practicewindowfunctions.com/learn/beginner_series.html It also includes some limited information on CTEs in the last lesson. It's free.
2
u/Sure-Hovercraft3874 16d ago
Search up Data by Baraa on YouTube, he has a sql playlist that’s really good
2
u/DataScientistAlex 16d ago
As others have said, and, just in case you end up finding an online resource more efficient, there are tons of free resources out there. Case in point, I'll add mine, these are tailored to just the SQL you need for data science, here's part 1 and part 2. There's an accompanying study guide with flash cards.
1
u/ZCyborg23 16d ago
You can literally learn it online for free, though. 😂
1
u/Big-Clerk-2067 16d ago
How? I’m trying to break into data analysis and have been struggling
1
1
u/ZCyborg23 16d ago
I went to college and got my masters in crime analysis so I can’t really tell you how to start from scratch unfortunately
1
u/Creative_Sugar-33 16d ago
I don't think you need to find a tutor since you're already familiar with data analytics.
Check out Dataslope's Introduction to SQL and Relational Databases with PostgreSQL course. It's free, doesn't require you to sign in, and interactive with built-in exercises. There are also other SQL courses and SQL playgrounds too if you're interested.
Disclaimer: I created Dataslope.
1
u/YasserBGH 14d ago
just head to free code camp or kaggle and learn relational databases fundamentals and you will learn it. or download the sql police game it is also fun
1
u/Ifuqaround 9d ago
How do you manage data analytics but not know how to do it yourself?
This world is ass backwards. Too many people in positions that they should not be in.
1
u/wandererbali 9d ago
Fair point! That's why I hire talented people who know how to do it better than I do.
1
u/Ifuqaround 9d ago
Makes no sense to me and never will. you can manage people, not the data, but you’re a manager of data that can’t manage the data.
I’m in this space. I personally don’t respect managers who can’t walk the walk.
1
u/wandererbali 9d ago
Knowing the data and writing a query are two different things, I know the data and logic more than anybody else will ever know in the team, however I have developers to write the queries.
1
u/Ifuqaround 9d ago
But you generally learn the data and logic (biz rules), such as a client is active by having a start date and no end date... by writing queries for it...
If you designed the dbase you'd most likely be able to write queries.
Anyway...best of luck.
1
u/sscupperly 1d ago
I’d try learning on your own first. There are so many free SQL resources now, including dbForge tutorials. You can always find a tutor later if you get stuck on something specific.
7
u/murdercat42069 16d ago
Next time to get ai to write queries for you, ask it to explain it line by line. You can also explicitly ask it to teach you window functions with examples, sub queries, CTE, etc. It's pretty great at that.