Joins have been the hardest thing for me to grasp while learning sql and this made me understand! I’m such a visual learner and needed this video! Thank you!
2025-05-07 02:22:46
67
Greedsanchez :
thank you for breaking this down! people who write the books should learn from this style instead of putting 5 pages worth of fluff
2025-05-06 15:09:57
333
Pancakefutures :
Or just use ChatGPT
2025-05-07 07:51:53
101
Katts Creative Corner :
I’m learning sql in my analytics cert now. Do you still have to use the ; to end the request?
2025-05-19 09:40:08
3
GOAF :
🙏🙏🙏 I am studying sql but still blank seems like you doing it for us who’s blank and don’t know anything about the SQL
2025-07-24 07:44:17
5
sopaacaliente :
I'm taking a class on this for my accounting degree and my prof never explained it like this bro lol not to rag on them but the class average on the last exam was 20% 😭 we all drowning in there
2025-05-08 21:40:53
10
Haley :
Do you offer 1-1’s?
2025-05-23 21:34:23
3
oKrad :
Can you explain why you use an inner join and not a different join?
2025-05-14 21:11:02
10
RAGEMOOSE :
Just putting Join and not like inner join, left join, etc… would drive my boss mad lol
2025-05-19 21:59:17
5
hesoyam :
you missed a semicolon boss😬
2025-05-08 05:17:34
21
JJ Martinez :
SELECT u.name
, o.totals
FROM users AS u
INNER Join Orders AS o
ON o.user_id = U.id
I know you are showing a very basic query, but I recommend from the start to show to alias the tables, with a letter or abbreviation. So, students get that ingrained from the start. Some table names are too long. Also, writing columns name horizontally. It's easier to read the query that way.
2025-05-24 04:03:10
9
Vilma Domínguez :
Thank you for explaining im tried to learn now
2025-09-01 16:25:32
1
Fonsi :
So basically like Minecraft commands
2025-05-20 05:22:42
0
thenobledixons :
I love the internet for these facts
2025-05-28 10:33:08
5
user9238356183324 :
did that have keys set? keys confuse me so much but apparently they are not necessary? making a column a key just means SQL will check the format?? is that correct?😩
2025-08-02 14:23:54
0
Work_in_progress :
Now that’s amazing !
2025-06-02 13:50:17
1
Liezel Beringuel Rosario :
thank you for this tutorial
2025-06-11 14:37:10
1
rex :
deserve my follow 👌😅
2025-06-06 12:09:09
1
Eric Wellington :
thank u very much
2025-06-06 07:52:38
1
mvelium :
So well explained. 🔥
2025-05-14 15:20:27
1
Tariq :
Thank you this was the simplest way to understand the joins statement I’ve ever came across.
2025-07-12 01:21:12
4
Mickea loving life :
I’m 56 learning this, love the visual.
2025-07-18 20:47:58
4
CodingHQ US :
what is the differene between Left Join, right Join and Inner Join? I get confused with this 😭😭😭
2025-05-20 10:32:43
0
ChiDee :
which form of sql is this
2025-05-09 23:49:55
0
grumpyhermit45 :
Is it still worth it to go into sql?
2025-05-13 02:31:38
1
To see more videos from user @amaanvarachia, please go to the Tikwm
homepage.