SELECT first_name, last_name, hourly_pay, (SELECT AVG(hourly_pay) FROM employees) AS avg_pay FROM employees; SELECT first_name, last_name FROM employees WHERE hourly_pay > (SELECT AVG(hourly_pay) FROM employees); SELECT first_name, last_name FROM customers WHERE customer_id IN (SELECT DISTINCT customer_id FROM transactions WHERE customer_id IS NOT NULL); SELECT first_name, last_name FROM customers WHERE customer_id NOT IN (SELECT DISTINCT customer_id FROM transactions WHERE customer_id IS NOT NULL);
@sairams19282 жыл бұрын
Good job bro waiting for this playlist from you I am a big fan of your work
@sairams19282 жыл бұрын
Don't quit this playlist bro because I need to learn MySQL from a good instructor like you
@sairams19282 жыл бұрын
Make a playlist that will help to learn everything about SQL bro. It will definitely useful for me and also lots and lots of your subscribers so please continue don't quit this and make everyone as a master in mysql those who are all learning these videos. Thanks for your efforts 🙂
@adriatic123 Жыл бұрын
After so many wrong and complicated examples on this topic finally a good and clear explanation, it helped me thanks.
@faidex734010 ай бұрын
In just a few minutes you made me understand what they explained to me at school for almost a month
@mostwanted98172 жыл бұрын
Yo, I've been watching and learning from this course, soo much. I've tired learning SQL from books, but you explain it very easy. You are a hero, thank you BroCode!
@enriquepasa2 жыл бұрын
Yeah, been in the same spot in ISTQB course too. Not quite pleasant
@abdelrhmansayed3402 ай бұрын
i see this playlist before each step of my current hiring process 😁😁. Thanks a lot
@quantumjunction Жыл бұрын
Finally I've been looking for a good explanation all week and you delivered 🙌
@jeevan765724 күн бұрын
Thank you so much for the lecture 😊🙏
@thatotman3942 Жыл бұрын
your videos are so concise!!!! Niceeeee
@mr.nobody4159 Жыл бұрын
Couldn't have explained it in a better way... appreciate it man!!!
@vincent496543 ай бұрын
Best explaination online
@chetanvashisth300510 ай бұрын
A very clear and concise explanation.❤❤❤
@pabitrakb5291 Жыл бұрын
Great explanation Thank you ☺️
@marie-sanna5 ай бұрын
Bro Code, from the bottom of my heart: THANK YOU. I'm learning sooo much from your videos, you're a life saver.
@chikabenie25934 ай бұрын
This is simplified...have been racking the brain for some days now..a milliin thanks
@7igor74 ай бұрын
great video explanation was very clear
@Siuuu-gy8ro2 жыл бұрын
i am also learning to use subquerry's. Tbh it's pretty damn hard, but i feel like it's one of those things you learn with much much practice
@XxXxnoor10 ай бұрын
I just started learning sql 2 weeks ago and i'm really struggling with subqueries. Does it get easier with practise?
@MagnusAnand Жыл бұрын
Very well explained
@enriquepasa2 жыл бұрын
Hi bro, thanks for the vid. Much better than most creators do. Much appreciated
@alien3.0c Жыл бұрын
Thanks, well explained
@DiyAsianGuy Жыл бұрын
Excellent tutorial!
@alihadi-vv4ybАй бұрын
great explanation thank you.
@salmahazem16163 ай бұрын
thank you for this it's really useful bro💓💓💓💓
@yuss.03496 ай бұрын
best video about this argument, ty so much
@gkairdropincome10 ай бұрын
Verey nice project
@Arzene229 ай бұрын
My professor made this more complicated than it seems. Thank you!
@Hassan-vb1hy Жыл бұрын
You are the bestttttttttttt❤❤❤
@jugmilic20968 ай бұрын
Thank you so much❤You explained so good❤Keep your work up❤You are insane
@pranav35799 ай бұрын
Thanks a lot really helped .
@AdebankeBamidele Жыл бұрын
I finally got to understand this topic. This was amazing. Kudos and Bravos😂
@nischalshrestha90633 ай бұрын
can also use INNER JOIN for this right? IN is more appropriate for smaller tasks though. Am I right?
@pepijnschaap91662 жыл бұрын
thanks man u explained it really chill, not like the other ones with all weird ass terms that i dont even know
@pyb82162 ай бұрын
"just imagine we replace the sub-query by what it returns" made me understand it
@damiankadziela978 Жыл бұрын
The customer and transactions example would be normally done with JOIN: SELECT DISTINCT first_name, last_name FROM customers JOIN transactions ON customers.customer_id = transactions.customer_id; it's a bit shorter query, but it's cool to see that you can do this with other methods as well.
@DeeNelsonDee_nels_on_duty11 ай бұрын
that's exactly what i thought so would you use an inner join for this?
@Victoria-dh9jp Жыл бұрын
Great video sir 👌
@rodneyivers8677 Жыл бұрын
I have really enjoyed following your tutorials. I would like to complete some of the exercises on my own system. Are there files available to create the DB and data that you use in your videos? They would be greatly appreciated.
@BenjitsuID Жыл бұрын
you can find free ones online just search it up
@dawitworku8218 ай бұрын
Very helpful. Than you.
@sargata30544 ай бұрын
This helped me so much. Thank you!!”
@Atabanza Жыл бұрын
Thank you from Colombia
@lunatichigh28963 ай бұрын
I'm here because I'll have an interview in a few days. Good luck to me lol
@iweijiew.27165 ай бұрын
Thanks a lot ❤
@nockin7976 Жыл бұрын
Thank you from Chile
@aedrynngravitt229011 ай бұрын
Do you have a template to upload into MYSQL to use your example databases to follow along and type with you?
@SandipanSarkar-c8vАй бұрын
Finished watching
@TvideosTv8 ай бұрын
Thank you so much
@danielfekete97612 ай бұрын
LEGEND!
@fearless6141 Жыл бұрын
There are two types of subqueries?
@sreyamathew327 Жыл бұрын
Could you please post a detailed video for correlated subqueries?
@guitarguy07 Жыл бұрын
love you bro
@arielespindola1759 Жыл бұрын
I think you should touch on the performance too! These subqueries can be costly and suck up CPU in large tables. In the first example, the average was computed per row while $14.35 was needed only once. Other than that, great video. Thanks!
@catalintodoran43929 ай бұрын
Thank you
@dhxx2905 Жыл бұрын
Lmao plankton now is the employee of Krusty Krab 😂
@basingse7934 Жыл бұрын
the best, thank you
@bluecafe509 Жыл бұрын
Thank you.
@kristijanlazarev Жыл бұрын
godlike
@marxLz Жыл бұрын
This looks like a nested "if" and "loop" statements in Java. I wouldn't be learning those without your tutorials in Java. And I know I will be learning those further when I start learning the other prog. languages you have on your playlist. Thank you so much!
@googlegoogle16102 жыл бұрын
bro code is a legend, but I think it is better to upload a video illustrating correlated subqueries
@bodymohmed6493 Жыл бұрын
🤩🤩🤩🤩🤩🤩🤩🤩🤩🤩🤩🤩🤩🤩
@thubelihlentabela57358 ай бұрын
the concat function does it have to change the table also becaues the query is running fine but there are no changes at the schema although i refresh it ]
@ZahraBalooti2 ай бұрын
wish you could use microsoft data sets
@MDCRITICA Жыл бұрын
I'm not sure if someone could answer this but I'll try: SELECT first_name, last_name, hourly_pay FROM employees WHERE hourly_pay > (SELECT AVG(hourly_pay) FROM employees); In this query, why can't we just, after the "greater than", write "AVG(hourly_pay)" ??
@ScumbagLemon Жыл бұрын
That's what I don't get either, what's the benefit to sub-queries over shorter commands like this?
@omairtech6711 Жыл бұрын
Because you have to specify the table name. There could be other tables as well and MySQL needs to know exactly which one you want the result from.
@fearless6141 Жыл бұрын
Can't we write then avg(employees.hourly_pay)
@Harrison10Miles Жыл бұрын
What about subqueries inside FROM?
@lol-zw1mz8 ай бұрын
Goated
@xdrive300011 Жыл бұрын
ok i was pretty frustrated until i started this video hearing Bro Code calling the manager as "Krabs" or craps? is this intentional? Bor Code is my type!
@SmQwerty123 Жыл бұрын
Or you can use a window function
@Qupidboi2 ай бұрын
incredibly loud
@Ali-ys5vkАй бұрын
Bro is carring us
@RamiSobhani21 күн бұрын
watching this again
@gliecco10 ай бұрын
Lmao this guy should open a how to give actual good examples course
@ojeagadaniel8 ай бұрын
I'm from the google data analytics programme and the instructor taking this part of the course is the worst ever. I didn't struggle understanding others but oh well, i have to use other resources to understand what she's saying. Very ambiguous Thanks anyway Bro