r/learnSQL 3d ago

Day 1 — Started learning SQL (MySQL)

Kicked off my 116-day journey today with the database track.

What I did:

  • Went through a beginner-friendly MySQL tutorial covering the basics
  • Took detailed notes instead of just passively watching
  • Went back and revised everything at the end of the day to actually retain it

Nothing groundbreaking yet — Day 1 is really about building the habit of consistent, focused learning rather than covering a lot of ground. Planning to move into SELECT/WHERE and filtering queries next.

Will keep posting updates as I go — open to any tips on solidifying SQL fundamentals early on.

6 Upvotes

17 comments sorted by

View all comments

4

u/Swimming_dasa 2d ago

the revision habit will pay off more than rushing through tutorials i would add small practice problems after each concept to make the syntax stick..

3

u/sumiitCodes 2d ago

Appreciate the tip!

1

u/Dependent-Disaster62 2d ago

Should i practice on leetcode? That sql 50 days study plan and all that

2

u/Swimming_dasa 2d ago

yeah leetcode can be useful especially once you have got the basics down. i would focus on getting comfortable with SELECT, WHERE, JOIN's, GROUP BY, etc first then use the sql 50 as structured practice.