Learning MySQL - SubQueries

preview_player
Показать описание
This tutorial covers how to use additional queries as part of your WHERE clause filter.

Рекомендации по теме
Комментарии
Автор

And I made it... Just received an offer. Thanks once again prof.

maxtayebwa
Автор

Awesome, my Prof. The other day you gave me tips on how to prepare for intermediate JS interview. I did the interview last Friday and boom, everything you said was spot on. I didn't feel disappointed in the way I answered at all. Am now waiting for feedback. But thanks so very much! I have recommended to my friends to watch your videos and subscribe to this channel. Blessings!

maxtayebwa
Автор

0:03 by hearing you say just this one word, and I knew you're Canadian

saccamadiqeu
Автор

You've solved a couple of troubles I really had on my project. Thank you, Steve.

cyberflow
Автор

Very well explained! I just needed to understand the basics, so now I can write more complex stuff. Thank you very much!

aeaeaeae
Автор

Thank you for sharing your knowledge with everyone!

mathiasweichert
Автор

Steve your videos are great, I always come back to them (like an ex girlfriend!)

jackb
Автор

Thanks, this is very well explained somewhat found it harder to explain to someone so I just sent a link of this video.

matyilagoodwish
Автор

Hi Steve, good explanation but qq: based on your example, how would you update your querry to see there in one line not genre_id, but the id itself like "Fantasy", etc?

TK-mfdz
Автор

We just had subqueries in vocational school and we never used the keyword "In". We learned that you should always combine subqueries with a join and make a clear connection for the Keys, to avoid cartesian product. Also when you have an aggregating function or smth in your query, would the query from the video still work? Im not sure tho

florianvo
Автор

in my wordpress database the data is saved in one key and one column. is it a way to get my data in column to row format?
or should i make a table that saves the column id in a row

Lennings
Автор

Let's say if you want to combine 3 tables together using subquery, how would you do that?

clarencechong
Автор

Hi sir can you help me to convert join into subquery?

janlawrence
Автор

Good explaination but I do not understand what benefit there are to use it

superfreiheit