Thank you so much for sharing your knowledge, it is truly valued and greatly appreciated! I’m new to SQL but have crystal report background and these videos have really helped start in the right direction!...>Again, thank you so much for your time!
Hi Michael, Can you exlain when you need to do a sub query select clause in a Join . I have a big confusion with this kind of groups... what is need for! tks
Thanx for the reply Michael! :) I will rephrase my question: Now i do know why i need JOINs yet, the problem i have here is following: i have several tables, one for emails one for user and one for salaries (for example..) i want to delete all users that have in their email address (at)domain.com.. i would expect to use "join" query to get list of such users than then delete,it doesnt work. i cant understand how to use JOIN to make delete from all tables all info of users searched. on SQLite3.
When you use a SELECT in the FROM clause, it must be aliased and it treated as if it were a table or view for example: SELECT a.customer_name FROM ( SELECT customer_name FROM customers ) a Its more difficult to answer WHY you'd need to use this pattern. Perhaps I should explain in a future video :-)
I just had an instructor spend 2 hours trying to explain this. Thank you Mr Fudge!
Definitely the best explanation of SQL Join in the Internet. Thank you, bro!
The first video to explain the ON clause. Thank you!!
Splendid job, Mr Fudge. You rock!
Hello Michael. I taking a Master's level course in SQL. I did not understand joins at all until I viewed your video. Thank you!
Simple yet elegant explanation. Thumb up.
With your help I am survivng my POS/410 class. Thank you.
Michael, you're excellent. I love the way you explained. Keep up the good work.
You're welcome! I'm glad you're finding these useful...
best and easiest explanation of joins I've been able to find. ty
Simple, Short and Precise explanation.
Thanks for video
Thank you for keeping it simple and easy to understand. Great Video!!!!
the best way to explain joins.
You are amazing!!!! I so much like your simple ways to teach.
Excellent! To the point! Worth every minute!
Because a simple "like" is not enough, Thank you so much!
St Tomas You're welcome!
does it work in 2016 same way?
You can always try and find out.
Thanks for giving us clarity with comparison Michael.. :)
Great illustration... I understand it much better!
Excellent! For the first time I really understood all this mess. Thank you!
This was very clear and addressed my confusion. Thanks so much Michael!
You taught me more than our teacher did during the whole semester. Thank you so much.
Hey Michael, thank you for this short and great tutorial.
Thank you so much for sharing your knowledge, it is truly valued and greatly appreciated! I’m new to SQL but have crystal report background and these videos have really helped start in the right direction!...>Again, thank you so much for your time!
Seriously thank you for this, Michael.
Thanks a lot, this is way better than the we got at the University :D
Thank you Michael, simple concepts and so well explained. Thanks once again!
you summarized a 30 page chapter into 10 fun minutes. Thanks.
thanks a lot Mr.Michael Fudge
Thank you! I couldn't understand this just by reading. Really helpful having an example.
You are welcome!
Hi Michael,
Can you exlain when you need to do a sub query select clause in a Join . I have a big confusion with this kind of groups... what is need for!
tks
fantastic explanation...I follow the 89 syntax only your video helps a lot...god bless you
Thank you for your wisdom!
thanks, straightforward and works
Mucho gracias for the detail and clear explanation on joints
Great! I was looking for something like this! thx
Thank you very much Michael! great simple tutorial!
You made it simple, thanks a lot sir.
thanks man! and great tutorial... its going to get me through my DBMS paper tomorrow! :)
Thank you Michael! This does "clear the muddy waters" on SQL joins
***** Thanks. I just added it to my favorites.
very helpful and precise....thank you!
Saved my day, thank you!
This was brilliant! Cleared it all up for me, thanks :)
Nice one, very well explained!
Hey Michael, are you aware that this video is used as course material at the graduate level at Central Michigan University?
I am now! Very cool!
very well explained
Awesome! thank you I finally get it!
Hey Michael, great tutorial. Are there any transcripts available for basic SELECT and JOIN clause?
a big thanks from colombia
Because you cannot query more than one table and combine the results into a single output without a join.
thanks so much really nice to understand
why is that "join" greyed out? 1:53
It's a keyword
Thank you.
Thanks, very clear!
awesome videos!
helps alot.
Thanks a lot for clear explanation! Great video:-)
Excellent explanation.
Very nice, Thank you.
Excellent video :D
it really helps me, Thank you so much Sir!
clear explanation! thanks!
you are the best...thank you very much
Nice and Easy. Thank you.
Thank you so smuch for your video it help me a lot....
Thank you! very clear
Thanx for the reply Michael! :)
I will rephrase my question:
Now i do know why i need JOINs yet, the problem i have here is following:
i have several tables, one for emails one for user and one for salaries (for example..)
i want to delete all users that have in their email address (at)domain.com..
i would expect to use "join" query to get list of such users than then delete,it doesnt work.
i cant understand how to use JOIN to make delete from all tables all info of users searched.
on SQLite3.
nice explanation...thnk u very much..
Thanks for the great video...!
Thank you, great video.
Awesome! Thanks sir!
thanks for the tutorial.. really helpful :)
Nice voice to listen to
Good Video Thanks alot
THANKS!!!!
Thanks so much
When you use a SELECT in the FROM clause, it must be aliased and it treated as if it were a table or view for example:
SELECT a.customer_name FROM ( SELECT customer_name FROM customers ) a
Its more difficult to answer WHY you'd need to use this pattern. Perhaps I should explain in a future video :-)
Here's hoping Mr. Fudge goes on to outclass Jordan in basketball. Thanks for the great tutorial!
Rather B. Anon Me too, but given my short height and poor dribbling skills, I'm confident a 75 year-old Jordan would crush me 1 on 1. :-)
nice video, but couldnt understand anything..
what are joins? why do we need them???
very good.. thanx
Thanks Brother
finnaly got it. thanks ;)
thank you soo much sir
great vedio sir
nice example
thanks u very much
Awesome!!!
where is natural join?
you missed the natural join
A+
I created a repo with all the queries and notes from this series. Someone might find it useful: github.com/Petkoski/mf-learn-ms-sql-server
CAPTAIN FUDGE
Thanks a lot
Thank you.