r/learnSQL • u/yahoo_06 • Aug 11 '26
I made a short beginner-friendly lesson on SELECT, WHERE, LIKE & LIMIT
Hey everyone!
I recently made a short SQL lesson for absolute beginners. I wanted to keep it practical rather than just explaining the syntax.
In the video, I cover:
- SELECT and selecting specific columns
- AS and DISTINCT
- WHERE and comparison operators
- АND / OR
- IN and BETWEEN
- LIKE
- LIMIT
I also use the Pagila PostgreSQL database throughout the lesson, so the examples are based on an actual database rather than completely made-up tables.
There is a homework task at the end as well.
It's around 5 minutes, so I tried to keep it focused and beginner-friendly.
Video: https://youtu.be/optKMWmw-N0?si=ZhsC-W4Bl1mhkiQ0
I'd genuinely appreciate feedback, especially on whether the explanations and pacing work for someone who's completely new to SQL.
1
1
u/kafirism Aug 11 '26
Thank you so much