Daamn ... I use mysql for a long long time, but I was learning it "on the move" and for this type of things I was using lots and lots and lots of query's and php ... dude you are a life saver
@YouMockMe haha, sorry about that, i thought i had explained them in the beginning but i guess i didn't.
Joins are complicated, but in general in MySQL (not regular sql) left join does the same as outer join, and then join does the same as inner join. (cross join can be used too)
right join isn't really used, neither is natural joins. Honestly in all the db work i've done, i've never needed more than join and left join.
Why do we put under from products
Can we not just put products description or something?
kramoo 2 days ago
Great tutorial. These are not that hard to understand, but very powerful to use. Good job :)
Poppzan 1 year ago
Nice tutorial, What program is that what you use in this video??
patricks1988 1 year ago
@patricks1988 its called sequelPro
optikalefxx 1 year ago
@optikalefxx Thanks:D
patricks1988 1 year ago
@optikalefxx Another greate program made by sun is MySql Workbench, downloadable from their site.
Just google MySql Workbench download and click the result that leads to the dev.sun.com page.
AnLa061095 11 months ago
@AnLa061095 mysql workbench looks like it was made for mac os 9. Not a fan.
optikalefxx 11 months ago
@optikalefxx Another greate program made by sun is MySql Workbench, downloadable from their site.
Just google MySql Workbench download and click the result that leads to the dev.mysql.com page.
AnLa061095 11 months ago
Comment removed
patricks1988 1 year ago
cool - thanks - I like how you cover it all in one quick example!
rozalooney 1 year ago
Daamn ... I use mysql for a long long time, but I was learning it "on the move" and for this type of things I was using lots and lots and lots of query's and php ... dude you are a life saver
tanasecosminromeo 1 year ago
Oh... ok wait till the last minute on the whole LEFT JOIN huh... but I'd still like an answer to the whole INNER and OUTER etc. JOINs.
Thanks again
YouMockMe 1 year ago
@YouMockMe haha, sorry about that, i thought i had explained them in the beginning but i guess i didn't.
Joins are complicated, but in general in MySQL (not regular sql) left join does the same as outer join, and then join does the same as inner join. (cross join can be used too)
right join isn't really used, neither is natural joins. Honestly in all the db work i've done, i've never needed more than join and left join.
optikalefxx 1 year ago
Thanks for this... I've been wondering why someone would use GROUP BY vs SELECT DISTINCT... you've made it real clear. We appreciate it man.
FYI - What I do is put the "," in front. Makes trouble shooting easy.
Question: What is the difference between JOIN and LEFT JOIN; additionally the INNER, OUTER JOINs etc..?
YouMockMe 1 year ago
Awesome, extremely useful.
warlord90210 1 year ago
Great tutorial. SQL was the second language i learnt years back.
NeoReloaded00 1 year ago
hey, thanks for this tutorials,
Please take it a little bit slower
shayat123456 1 year ago
@shayat123456 No problem, I'm used to the 10 minute time limit.
optikalefxx 1 year ago