Subquery in SQL | Correlated Subquery + Complete SQL Subqueries Tutorial

  Рет қаралды 947,843

techTFQ

techTFQ

2 жыл бұрын

Visit brilliant.org/techTFQ/ to get started learning STEM for free, and the first 200 people will get 20% off their annual premium subscription.
This is the SQL Subquery Tutorial video which gives you a complete understanding of subqueries in SQL. We start with explaining what a subquery is and then writing a sample SQL query containing a subquery and then explaining how SQL processes a query statement containing a subquery.
In this video we shall also look at the different types of subquery in SQL by writing SQL queries which uses these different types of subqueries. We shall look at single row subquery, multiple row sub query, single column subquery, multiple column subquery and also the correlated subqueries.
This video will also explain about the different Clauses in SQL query where it is allowed to have a subquery and we shall look at example queries to explain these differences.
Finally, we will look at the SQL commands like INSERT, UPDATE and DELETE where it is allowed to use subqueries.
Hopefully, this videos gives you a complete understanding of what subqueries are, how to use them and where to use them.
My recommended SQL Course: learnsql.com/?ref=thoufiqmoha...
[All the scripts and SQL queries used in this video is shared in my Discord server. You can join my discord by clicking on the below link. It's FREE]
Join my Discord Server: / discord
FTC disclaimer: This video was sponsored by Brilliant.
🔴 WATCH MORE VIDEOS HERE 👇
✅ SQL Tutorial - Basic concepts:
• SQL Tutorial - Basic c...
✅ SQL Tutorial - Intermediate concepts:
• SQL Tutorial - Interme...
✅ SQL Tutorial - Advance concepts:
• SQL Tutorial - Advance...
✅ Practice Solving Basic SQL Queries:
• Practice Solving BASIC...
✅ Practice Solving Intermediate SQL Queries:
• Practice Solving INTER...
✅ Practice Solving Complex SQL Queries:
• Practice Solving COMPL...
✅ Data Analytics Career guidance:
• Data Analytics career ...
✅ SQL Course, SQL Training Platform Recommendations:
• SQL Course / Training
✅ Python Tutorial:
• Python Tutorial
THANK YOU,
Thoufiq

Пікірлер: 1 100
@MrBrunoPING
@MrBrunoPING 2 жыл бұрын
It's impossible to have a better video than this one about subqueries, here on KZbin. I challenge someone to present me something at this level, of didactics, examples and duration. THANK YOU TEACHER! WILL FOLLOW YOU IN ALL YOUR VIDEOS!
@yogamayaa
@yogamayaa 2 жыл бұрын
Can we all take a moment to appreciate this guy, providing such amazing content for free? Hats off to you Sir. These videos are extremely useful for students like me :)
@mullaipugazhendi3236
@mullaipugazhendi3236 9 ай бұрын
YES ,REALLY AWESOME VIDEO.
@yashpathak5837
@yashpathak5837 8 ай бұрын
Q
@independentmotivatesupport8171
@independentmotivatesupport8171 7 ай бұрын
Who care
@sampreet235
@sampreet235 10 ай бұрын
8:20 - Scaler subquery ( only fetches 1 row & 1 column 11:55 - Multiple Row subquery type 1 - multiple row, multiple column 18:30 - type 2 - multiple row, single column 22:18 - Co-related subqueries 37:29 - Nested subquery 46:33 - Different Clause where subquery is allowed. ( select, from, where, having ) 56:30 - SQL commands that allow subquery ( insert, update, delete )
@swathim2059
@swathim2059 3 ай бұрын
Hi, i have a doubt, for multiple column subquey we were used in clause for fliter multiple colums but am using in clause in mssql am getting error so which clause can i use in mssql.
@analyst360degree6
@analyst360degree6 3 ай бұрын
@@swathim2059 in ms sql u will have to use join clause , because where in will not work SELECT e.emp_name, d.dept_name, e.salary FROM employee e JOIN department d ON e.dept_id = d.dept_id join (select dept_id,max(salary) as mx_salary from employee group by dept_id) as max_dept on max_dept.dept_id=e.dept_id and e.salary=max_dept.mx_salary; instead of where in clause join the sub query table with the main query
@gani_yt
@gani_yt 20 күн бұрын
Bro's a lifesaver
@lasu5060
@lasu5060 Жыл бұрын
Since I started my new job I've been running away from subqueries. Whenever the query reached a certain level of complexity I referred it to the data scientist, this week I faced a challenge in which I will not be able to escape from the subqueries. I watched several videos and none reached this level of detail, mainly explanation. It will help me a lot. Thank you!!! Eternally grateful.
@atharvapathak3411
@atharvapathak3411 2 жыл бұрын
Man you are the most humble teacher i ever saw, 1) You make hard things look easy 2) You know exactly where people will have doubts and the pain of those ( Not only you revive that with solutions but also give precautions ) 3) You explain things again and again without any hesitation or showing an attitude which i love the most! Everyone can see how much you want to make things understandable and easy for all. I'm really looking forward for a ' Whole Advance SQL statements using Windows function and their applications' Video Using Timestamps, extract, rank in those cases is quite tricky and I'm sure you are an Aid to those! KUDOS To You With All The Respect! Keep doing the work you do, no one else is at this level and Humbleness 🤜🏻
@techTFQ
@techTFQ 2 жыл бұрын
Hi Atharva , It’s really pleasing to read such feedback. Thank you very very much for your kind words.. truly appreciate it and I am so happy to know you find value in my contents 🙏🏼🙏🏼🙏🏼☺️
@rohitrc1723
@rohitrc1723 2 жыл бұрын
I haven't seen explanation of this kind anywhere, even paid courses fail to teach this way. Kudos to you man! I can't thank you enough. Magnificent content!!! SQL learners need a teacher like you.
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Rohit. glad you liked it :)
@chaitalibanerjee5459
@chaitalibanerjee5459 Жыл бұрын
True
@rooja1000
@rooja1000 Жыл бұрын
@@techTFQ u r such a true teacher.. who explains so clearly..n all concepts r actually easily understandable..learning so much from ur knowledge n way of teaching n explaining..thanks a lot...
@techTFQ
@techTFQ Жыл бұрын
Thanks a lot Rooja 🙏🏼
@gokulnath4297
@gokulnath4297 Жыл бұрын
One of the finest tutor I have ever seen, Going with the pace where the every concept is covered within a short time.
@vedanthasm2659
@vedanthasm2659 2 жыл бұрын
You are one of the best SQL tutor👍 I have seen. The best part is, you take one topic and cover everything in that (Full meals 😁). No need search any other content. Super helpful... Bro!
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Vedantha for this amazing feedback :) Really motivates me to make more :)
@mahdi-saber
@mahdi-saber Жыл бұрын
I have always used ORM tools to generate SQL queries, since I was afraid about complex queries. After watching your video three times, I feel quite confident to go deeper and write down complex native SQL commands. I wish you the best for such a thoughtful content!
@techTFQ
@techTFQ Жыл бұрын
Thank you Mahdi :)
@laurak5196
@laurak5196 2 жыл бұрын
Yes!! So glad you covered this in such a detailed video. Can’t wait to watch! Thank you so much!
@techTFQ
@techTFQ 2 жыл бұрын
Your welcome Laura 🙏🏼 Do give me your honest feedback after you watch the video..
@laurak5196
@laurak5196 2 жыл бұрын
@@techTFQ I enjoyed it! I do have some thoughts tho but it will take me time to compile those and send. It was a crazy day. I think subqueries are the hardest thing left for me in SQL except that I need to get more practice with window functions and also the with clause. But for subqueries I always feel like there is so much more to them. This video is helpful but I’d like to see a more general one to explain the various use cases for the placement of subqueries in the various clauses. Your real world experience such as when you mention that this is something we do all the time or this is something that is really not recommended to do and then you explain why - those comments are very helpful bc I’ve never been in this field and you are a pro so those pro tips are so valuable. So the use cases for the different placements in select, from, and where and also the performance for those for me would be also useful to have a solid understanding of. You did explain use case and performance in some detail for correlated subqueries in this one which was very useful, but I personally would like to have a better understanding of when the subquery in the from vs select vs where clause is the best choice vs forgetting the subquery altogether and going with the with clause. So, in the real world how often do you use subqueries vs the with clause and best use cases for each. Maybe a video to encompass all of that. And I think that making it very clear that any subquery in the from clause must have an alias is something that beginners don’t necessarily always know so that could perhaps be emphasized. I love that you spent an hour explaining subqueries but I could see another video stepping back in more general terms being also very useful. I hope this was helpful. Thanks for all of your good work. I also like the new background. 😊
@laurak5196
@laurak5196 2 жыл бұрын
@techTFQ I also want to add that I’m honored that you asked for feedback. I’m not sure if that was what you were looking for. I hope you have a nice night. 🙏🏻
@techTFQ
@techTFQ 2 жыл бұрын
Hi Laura, I loved this feedback. Kind of gave me an idea for a future video which should clear your doubts about where to use subquery and when to use it. And not just subquery but in general how to apply any SQL concepts when solving problem using SQL. But first let me thank you for this amazing feedback because I am sure this took you a very long time to compile and write them down. I completely understand your point of view and its something that a few others have asked me as well. But the thing is that, the only way you can clearly understand "where to use a subquery and when to use it and what concept of SQL to use and not use when solving a problem", all these will get clear only with experience. You need to solve many many queries, only then you will get an understanding of what to use when. But yes, I can frame some tips and tricks which can give you a better idea of what subqueries to use and where to use them and when to use them based on what kind of requirement.. Just that I can explain these by hopefully solving different types of SQL queries. Let me try to plan a video revolving this and come up with some tricks and tips. And thank you for noticing the new background 😀 Bought a new camera and some lights and just starting to learn how to make better videos. Hopefully my video visuals and editing will get better with time. Have a great day Laura and Thanks again for your amazing suggestion 🙏
@laurak5196
@laurak5196 2 жыл бұрын
@@techTFQ Thank You for taking the time to write such a detailed reply, Thoufiq. I’m so glad the KZbin algorithm finally got some sense and started steering me to your channel. I’ve learned so much from you and I really appreciate your encouragement and guidance. It’s true what they say: You are the best SQL teacher on KZbin. I can’t believe how your subscribers have grown since I found you at under 7K. This is a testament to your knowledge and experience and not only that but your way of explaining and your patience and clarity too, along with humility, which is rare and valuable as well. I hope and trust that all of your aspirations will become reality! And thank you again for your hard work. I’m so glad the feedback was helpful. I do so appreciate your feedback and tips for me too. Have a great night and hugs to your family 🙏🏻😀
@sudarshanmhaisdhune1039
@sudarshanmhaisdhune1039 Жыл бұрын
The BEST video on subqueries on this platform. What a stuff this man have put in here. Legend!
@victor_peral
@victor_peral Жыл бұрын
The simplicity with which you broke down complex topics is a sheer gift Keep it up
@shilpikundu6279
@shilpikundu6279 Жыл бұрын
Never come across a better SQL teacher like you, every point sooo detailed! This is like a goldmine for SQL. Kudos to you for curating such awesome content!!!
@mohammedshahil4898
@mohammedshahil4898 2 жыл бұрын
A much needed one. Subqueries are the ones which i encounter the most in my work. And this video really helped me understand it even more clearly. Thank you so much Brother for yet another helpful video🙏🏻🙌🏻 👏🏻
@techTFQ
@techTFQ 2 жыл бұрын
I am glad you liked it bro 😍 Thank you ☺️
@eealliance5997
@eealliance5997 Жыл бұрын
Please what kind of work? I hardly find jobs where you have to make constant queries to a database.
@bakhtavarhafeez702
@bakhtavarhafeez702 2 жыл бұрын
The best subquery video I’ve come across on KZbin. Simple and easy to comprehend.
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Hafeez. glad you liked it :)
@ashutoshpandey1452
@ashutoshpandey1452 Жыл бұрын
I had learnt sql from various sources...but no one can match up the with your tutorial. And I prepared for the job by watching your tutorial and successfully got the job.
@ItsWithinYou
@ItsWithinYou 2 жыл бұрын
Superb! Thank YOU Taufiq for sharing this video. I could not find a better explanation of correlated subquery anywhere else. Now, I am very clear about this topic. I appreciate all your help!
@techTFQ
@techTFQ 2 жыл бұрын
I am glad to hear that Rajiv :)
@surbhidaksh1549
@surbhidaksh1549 2 жыл бұрын
Best Teacher with best Teaching methods and explaining each n every topic. Amazing content 😊👍
@techTFQ
@techTFQ 2 жыл бұрын
Thanks a ton Surbhi
@greentechkey
@greentechkey Жыл бұрын
Best SQL content so far. You have made sql easy and understandable
@visceralcinema
@visceralcinema 3 ай бұрын
I think what's most effective about your tutorials is you don't just execute simple sql statements to illustrate a point, you actually provide real problems and demonstrate your "approach" with solving them--they're almost like "word problems" from primary school. 🤭 This has helped me understand greatly how to breakdown (future) problems.
@kaviyathamizharasan1451
@kaviyathamizharasan1451 2 жыл бұрын
Splendid Video Thoufiq !! 👏👏Neat and clear explanation of all the concepts. Types of Queries you did framed to solve in this video is like a cherry on the cake. Many thanks for considering our request and working on the same. TechTFQ and Thoufiq will surely be my go-to channel/person for SQL hereafter. I wish you should be recognized and appreciated by many subscribers very soon. Please keep doing the great work 😊🙏
@techTFQ
@techTFQ 2 жыл бұрын
Thank you so much Kaviya for your amazing feedback :) I truly appreciate you taking time to leave this feedback. I am so glad you liked the content and than you so very much for your kind wishes :)
@kaviyathamizharasan1451
@kaviyathamizharasan1451 2 жыл бұрын
@@techTFQ Pleasure is all mine 😊🙏
@jayeetadas6735
@jayeetadas6735 2 жыл бұрын
Bhaiya, your videos are just awesome. I was not good in sql. But I have started clearing interviews. Explanation is very nice and clear. Keep it up. Now step by step I will try to do it. Windows function video was really helpful. My concept is clear now.
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Jayeeta for your kind words :) Really happy to know my videos have helped 🙏
@kennedymatanda4972
@kennedymatanda4972 Жыл бұрын
I can download this video a thousand times just because of the quality of the presentation!. Good work bro.
@manithsuy286
@manithsuy286 Жыл бұрын
I've been having such a hard time with subqueries on how to write them, understanding them, etc. You've helped a lot thanks.
@sachinsuman8536
@sachinsuman8536 Жыл бұрын
Hi. Your videos are great. Thanks for the effort you are making just for us to learn. I really appreciate that. While solving the UPDATE related question, I think the answer should be this: update employee e set salary=(select max(eh.salary) * 0.1 + e.salary from employee_history eh where e.dept_name=eh.dept_name) where e.dept_name in (select dept_name from department where location='Bangalore') and emp_id in (select emp_id from employee_history);
@shaffumehta1405
@shaffumehta1405 2 жыл бұрын
best content quality on this plateform ....amazing sir and god bless you sir and thanku so much for sharing your knowledge so deeply and nicely...it really helped a lot of students
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Shaffu 🙏🏼 Glad you liked it
@snehasn91
@snehasn91 Жыл бұрын
You are really good. I go through all your SQL videos whenever I need to go for interviews, and it always works for me. Here I am back again to watch your videos as I am in middle of a job search! Wish me luck. Thank you so much for these wonderful videos, they are the best!
@techTFQ
@techTFQ Жыл бұрын
Thank you Sneha and wishing you all the best 👍
@shohelkasamji11
@shohelkasamji11 Жыл бұрын
Your explanation is amazing, really love watching your videos as I get to learn so much and they’re not boring either. Thank you so much for sharing this. Keep up the amazing work. 👊🏽👍🏽
@SambitKuSahu
@SambitKuSahu 2 жыл бұрын
Thank you so much for your valuable info on subquery.
@techTFQ
@techTFQ 2 жыл бұрын
Your welcome Sambit 🙏🏼
@W3Fi
@W3Fi 9 ай бұрын
Sir, could you please make a video on elucidating when to use Join over Sub queries or vice-versa? Indeed, this is one of the major drawback for the beginner like me to deal with it in the initial stage.
@shaziasulthana9454
@shaziasulthana9454 9 ай бұрын
super explanation haven't seen explanation of this kind anywhere, even paid courses fail to teach this way. Kudos to you man! I can't thank you enough. Magnificent content!!! Brilliant tutor thank you SQL learners need a teacher like you.
@nileshkewalya1
@nileshkewalya1 9 ай бұрын
Well Explained. Looking at these queries after a decade, I was searching for something which would explain in a simple language and w/o confusing! Kudos to you... 👏👏👏
@shivsharma9153
@shivsharma9153 2 жыл бұрын
This is an amazing video..thank you for helping students like me!!!!!!!!!❤❤❤❤❤❤❤❤
@cynthiazhu473
@cynthiazhu473 Жыл бұрын
Subqueries are so tricky to me but this is by far the most detailed and comprehensive explanation on subquery that I've seen! Thank you soooooo much for that. Quick question on the total sales example, shouldn't we use SUM(quantity * price) to get total sales instead of just SUM(price)?
@softwarekabaapno1
@softwarekabaapno1 Жыл бұрын
I'm guessing the price column represents total price and not price per unit.
@vuphan2956
@vuphan2956 Жыл бұрын
This is a greatest ever video about subqueries, very easy to understand and well explanation. Thank you so much!
@JerryJonesIndia
@JerryJonesIndia Жыл бұрын
Awesome. Explained in such a simple way, even a person who is new to SQL can understand very well!!!
@urvindarkaur0278
@urvindarkaur0278 2 жыл бұрын
Hi , what an amazing effort!! THNAKS A MILLION!! Totally worth it. Also, kindly share the content notes if you have created for these stuff as it will be easy to practise alongside
@techTFQ
@techTFQ 2 жыл бұрын
Thank you :) I have shared the dataset and all the scripts in my discord. link to join my discord is in video description
@harithaatla8937
@harithaatla8937 2 жыл бұрын
thank you so much for clear explanation
@techTFQ
@techTFQ 2 жыл бұрын
Your welcome Haritha 🙏🏼 Glad you liked it
@Nura853
@Nura853 Жыл бұрын
Thank you a lot! Your explanation is much more clear than the explanation from my online course. God bless you!
@satishkumar-lh6kz
@satishkumar-lh6kz 2 жыл бұрын
your teaching is much better than many celebrity trainers, great teaching, thank you for wonderful explanation
@readistreet9383
@readistreet9383 2 жыл бұрын
thanks a lot for the videos, you explain it very well!
@techTFQ
@techTFQ 2 жыл бұрын
Glad you like them bro!
@Pankaj_Menaria_Bawa
@Pankaj_Menaria_Bawa 2 жыл бұрын
Most awaited video I was waiting for...thank you sir.. following you on LinkedIn ❤️
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Pankaj 🙏🏼 I hope you like this one
@Pankaj_Menaria_Bawa
@Pankaj_Menaria_Bawa 2 жыл бұрын
@@techTFQ yes sir it helped me a lot ❣️
@techTFQ
@techTFQ 2 жыл бұрын
I am glad to hear that ☺️
@paulchukwuka6653
@paulchukwuka6653 Жыл бұрын
You are just the best, just know that i am learning alot from you. Much respect from NIGERIA
@hemujagwan3573
@hemujagwan3573 Жыл бұрын
Best teacher for learning SQL ...in KZbin . Thank you guru ji 🙏🙏🙏
@AsadAli-wi1xs
@AsadAli-wi1xs 2 жыл бұрын
Sir please make the video on sql store procedure and trigger...
@techTFQ
@techTFQ 2 жыл бұрын
Sure bro will do it
@pam9367
@pam9367 2 жыл бұрын
Thalaiva u r great... learned more thanks 🤞🙌
@techTFQ
@techTFQ 2 жыл бұрын
haha Thank you buddy 😍
@PeterPan-hs5tu
@PeterPan-hs5tu 7 ай бұрын
oh boy❤ hands down the best advance sql tutorial i have seen in hundreds of sql related lesson. this is the bread n butter of what sql is all about. thank you 🙏 buddy for putting this out. Super informative and essential. 🍸
@mangeshputran6593
@mangeshputran6593 2 жыл бұрын
Thank you for the amazing content.
@techTFQ
@techTFQ 2 жыл бұрын
Your welcome bro. glad you liked it
@velap2129
@velap2129 2 жыл бұрын
Saving this to my folder and I am sure I m going to watch this multiple times... Going to be very useful... Thanks Btw, could you have a video explaining how to analyze the performance of different queries that accomplish same result but performance is different due to the way it is handled
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Vela :) I hope you like it. As for performance of different queries, ill make separate video about it.
@velap2129
@velap2129 2 жыл бұрын
@@techTFQ certainly, like all the videos you make. It really shows how much efforts you put into it to make it very clear to everyone. I'm in no way connected to sqls at work, but got interested at after seeing your videos.
@techTFQ
@techTFQ 2 жыл бұрын
Amazing vela , I am so glad to read this .. Thank you 🙏🏼
@rahulmungali7810
@rahulmungali7810 Жыл бұрын
I was searching for correlated query and accidently landed on this video, I absolutely love the content and the way of explaining things is simply awesome💯💯
@Anilkumar-reddy
@Anilkumar-reddy 8 ай бұрын
Take a bow to these guy for him amazing work. Thank You Toufiq for all your videos. Please continue your work. will always support you
@Zenith40450
@Zenith40450 2 жыл бұрын
Nice explanation...Helpful content...👍👍👍
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Ambar 🙏🏼
@fathimafarahna2633
@fathimafarahna2633 2 жыл бұрын
Amazing 👏
@techTFQ
@techTFQ 2 жыл бұрын
Thank you 😍
@itikalaneelu9126
@itikalaneelu9126 Жыл бұрын
i have gone through hundreds of videos on Joins but unable to get the knowledge. With just one video i became expert in joins :) this is because of you sir . Keep up the good work. I will be following your videos going forward. excellent explaination without any confusion.
@amirulrokman8116
@amirulrokman8116 4 ай бұрын
one of best sql course in youtube. thanks
@yomtovaharoni
@yomtovaharoni Жыл бұрын
well detailed and great explanation of an important topic in SQL! I think there might be a mistake in the question with the number of units sold by each store. the average is (3+2+11+6)/4 and is far greater from 2 which you remarked :)
@MalayKhandkar
@MalayKhandkar Жыл бұрын
well noted! even i made that observation
@cypherecon5989
@cypherecon5989 Жыл бұрын
Yes, I dont know why he made this mistake because in the avg(prive) exercise he said that you have to group them and then calculate the avg().
@youssefa7172
@youssefa7172 Жыл бұрын
@@cypherecon5989 in that example he said across all stores
@BabalolaMalik-jd5ut
@BabalolaMalik-jd5ut 9 ай бұрын
I also observe that as well 👍 I think that's a mistake We should be left with 2 stores
@surajtiwari9078
@surajtiwari9078 4 ай бұрын
Yes ! As the avg price for all stores coming as 2200.0
@saurabhrajput7482
@saurabhrajput7482 2 жыл бұрын
Sir, please provide us with the same table are you using during the written query. Thanks for uploading this amazing video.
@techTFQ
@techTFQ 2 жыл бұрын
Yeah I’ll share all these scripts in my discord server .. so you can join my discord using the link in video description
@saurabhrajput7482
@saurabhrajput7482 2 жыл бұрын
Ok Thanks again 👏
@kamalbashir786
@kamalbashir786 2 жыл бұрын
@@techTFQ Sir,when you share the script on Discord server. as I just checked I didn't found out script there
@techTFQ
@techTFQ 2 жыл бұрын
It’s there in announcement channel.. U can ask other in discord if u can’t find it
@peterchen5710
@peterchen5710 Жыл бұрын
this tutorial is so good, I fully watched it and still wanting more!
@yogeshprabu2003
@yogeshprabu2003 22 күн бұрын
u r a good teacher ..happy that i found ur channel
@satheeshkumarak6708
@satheeshkumarak6708 2 жыл бұрын
@ 1:06:06 , in line number 164, I think it should set salary = (select salary + (max(salary*0.1)) Each Employee's salary should be incremented from his own salary and not from the maximum salary. The maximum salary is to be considered only for calculation of the increment. Am I right?
@techTFQ
@techTFQ 2 жыл бұрын
Nope.. the question was to provide increment based on the max salary not considering each employee salary
@satheeshkumarak6708
@satheeshkumarak6708 2 жыл бұрын
@@techTFQ , so based on your logic, Sir, everyone from a department will be having equal salary, right?
@techTFQ
@techTFQ 2 жыл бұрын
Exactly
@nisha6165
@nisha6165 2 жыл бұрын
You are a great teacher 🎉 wonderful method of teaching 😀 pls try to be Active on this platform because a teacher like u is need for everyone.. If u know sql data tools kindly post it when u r free.. Thanks for the great work♥️ Because free education is the world's best education 🎈
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Nisha ☺️🙏🏼 I am glad you value my contents so much .. and yeah I want to post more video on KZbin.. working towards it.. May I know what u mean by data tools?
@nisha6165
@nisha6165 2 жыл бұрын
@@techTFQ Data tools like SQL SERVER INTEGRATION SERVICES (SSIS), ANALYSIS SERVICES(SSAS),REPORTING SERVICES (SSRS). Thanks for your reply 🎈
@techTFQ
@techTFQ 2 жыл бұрын
Oh ok got it.. Noted and let me consider the suggestion
@nisha6165
@nisha6165 2 жыл бұрын
@@techTFQ Thanks 😊
@itikalaneelu9126
@itikalaneelu9126 Жыл бұрын
This video is far far better than any videos in entire youtube
@supersql8406
@supersql8406 9 ай бұрын
Fantastic! This video even helps professionals SQL writer like me who needs a quick refresher!
@aurojitmishra2542
@aurojitmishra2542 2 жыл бұрын
Timestamp 55:30 The average will be 5.5 (11+2+6+3/4) . But the query resulted as 2.2. Any thoughts?
@aryar7510
@aryar7510 2 жыл бұрын
Even I have the same thoughts
@techTFQ
@techTFQ 2 жыл бұрын
It is 2.2 because it is the avg of quantity from the entire sales table.. You avg of 5.5 is the avg when considering the group by query .. Difficult to explain in comment but if you read the query statement properly and try it out yourself, you will come to know
@aurojitmishra2542
@aurojitmishra2542 2 жыл бұрын
Thanks for the explanation 🙌
@paulhowrang
@paulhowrang 2 жыл бұрын
@@techTFQ True but it defies logic, if we have multiple entries of the same store, you cant take average without summing from individual stores, moreover, this cant be just ignored because it is for learning purpose, the query will become more involved, to a more attentive student current case seems confusing
@yoo0angg
@yoo0angg Жыл бұрын
I noticed this right away as well. I am very much an SQL newbie but the average of 2.2 is taking the full sales table into account with multiple store rows and not aggregating the total sales for each store. It is incorrect. You have to take the average using the group by clause.
@kushagrasharma5944
@kushagrasharma5944 2 жыл бұрын
Please can you share the dataset
@techTFQ
@techTFQ 2 жыл бұрын
I have shared the dataset in my discord channel. you can join my discord using the link present in video description
@nobultadela3154
@nobultadela3154 10 күн бұрын
Excellent Explanation.Thank You
@SimranGodsey
@SimranGodsey Жыл бұрын
One of the most Comprehensive video on subquery.. Really appreciated the efforts you put on to make understand complex topic really well.
@abhigoswami6668
@abhigoswami6668 2 жыл бұрын
where were you my angel? I have attended multiple trainings for SQL but nobody explains the concept in the way you do!! Quality content with practical examples. Hats off to you for helping so many IT professionals to understand SQL in depth.
@rainbow100_
@rainbow100_ Жыл бұрын
Wanna ask what system management did he use in this video and what do use ?
@ndz7372
@ndz7372 Жыл бұрын
@@rainbow100_ Pg admin on postgres
@user-mu4ip3fm9y
@user-mu4ip3fm9y 10 ай бұрын
Thank you for making concept clear. Can't find a video better than this.
@PreciousAfricanStoryz
@PreciousAfricanStoryz Жыл бұрын
You are simply the best here on KZbin. Thank you so much no one does it better than you. Your videos has really helped me
@gaurabkarkee8161
@gaurabkarkee8161 Жыл бұрын
one of the best tutorials I have ever learned. Thank you so much.
@aniketsonmali6672
@aniketsonmali6672 2 ай бұрын
THE BEST SQL TUTORIAL AVAILABLE ON YT 💯💯💯
@revanthchinnu8904
@revanthchinnu8904 Жыл бұрын
Given clarity among different joins thanks alot
@dimpleguliani
@dimpleguliani 10 ай бұрын
This guy is an absolute champion! Thank you so much 🙏🏼
@nelsoncandido1623
@nelsoncandido1623 Ай бұрын
Thanks for this video, great work!
@EdwardSuri
@EdwardSuri Жыл бұрын
Well organized tutorial with great examples. Awesome
@ravi184
@ravi184 Жыл бұрын
It is one of the best video classes, I learn something in such a short time. Everything is clearly explained by you regarding the subqueries. Thank you for the videos
@ashisoni6425
@ashisoni6425 Жыл бұрын
A Big thanks to you. you make hard thinks easy in a single video this is extremely appreciable sir. thanks a lot...your explaining each and everything without timewasting short and easy I'm not gonna forget subqueries in my whole life after watching these. this free video in my paid course i didn't learn like these again thanks a lot.........
@harichandrajaiswal8804
@harichandrajaiswal8804 Жыл бұрын
It's impossible to have a better video than this one about subqueries u are the best sirr
@techTFQ
@techTFQ Жыл бұрын
Thank you :) Glad this helped
@barryosaghae8533
@barryosaghae8533 3 ай бұрын
So beautiful and well thought, thanks.
@saikumarperapally6193
@saikumarperapally6193 16 күн бұрын
Very useful and important video. Thank you so much Toufiq!
@user-vi2fp6dl7b
@user-vi2fp6dl7b Ай бұрын
Good job! Thank you very much!
@user-os7kd2bk8g
@user-os7kd2bk8g Жыл бұрын
Almighty has saved my time in exploring here and there for learning sql and landed your youtube channel directly.
@amkjd
@amkjd 2 ай бұрын
very nice explaination bro Toufeeq
@shivambajpai5919
@shivambajpai5919 10 ай бұрын
super video on SQL subqueries . A complete take on subqueries with practical examples. Definitely the Best Video on whole youtube even better than paid classes .
@dominiktokarski8054
@dominiktokarski8054 9 ай бұрын
I'm just in 1/3 of this video but I need to smash like button right now because your video perfectly teach in easy way many concepts I thought were much harder to learn. Keep doing content like this brother.
@sourabhroy8731
@sourabhroy8731 Жыл бұрын
Man...what an explanation. I have attended paid courses for SQL but never understood the concepts so clearly. Thank you so much and i will be soon joing your 3 Aug batch.
@techTFQ
@techTFQ Жыл бұрын
Glad you liked it 🙏🏼
@odaya9946
@odaya9946 2 жыл бұрын
Excellent video! I learned due your guidance, that as first step, I can create 2 queries and than just combining them into a sub query, thank you ! Side note - I tried to learn sub queries a lot, this is the only vidoe which helped me understand the logic.
@mahendrak1597
@mahendrak1597 2 жыл бұрын
Thank You, This tutorial cleared my sub query doubts
@chandrikalakshmikandan8895
@chandrikalakshmikandan8895 9 ай бұрын
First of all thanks to explain in deeply in this concept. You make hard things to teach in easy way. Hats off to that.
@shreyagupta4545
@shreyagupta4545 2 ай бұрын
Very well explained! Thankyou
@kumaraswamy3452
@kumaraswamy3452 4 ай бұрын
Best ever video on subqueries . Thanks a ton:)
@csechandanmohanty
@csechandanmohanty 11 ай бұрын
it was a amazing , that shows your deep understanding of over these commands
@ramagirinikhil7383
@ramagirinikhil7383 2 ай бұрын
Thanks a lot for your videos helping me get into a strong grasp of SQL fundamentals.
@krnch17dec
@krnch17dec 9 күн бұрын
Very nice video on subquery - explained very well each subquery
@bijumohan9460
@bijumohan9460 Жыл бұрын
superb lesson, friend. Very thoroughly explained with beautiful business examples. Thank you!
@VijayNaramalli
@VijayNaramalli 11 ай бұрын
U are the best tutor I have never seen in my life
@haroldandarushandminddrop4123
@haroldandarushandminddrop4123 15 күн бұрын
Thanks a lot for this long video.. very well explained and covered all topics.. it’s very clear and helpful for my interview
@michafabich9213
@michafabich9213 Жыл бұрын
comprehensive, easy to follow! amazing!
@damodardy5761
@damodardy5761 2 жыл бұрын
IT IS ONE OF THE BEST VIDEOS ABOUT SUBQUERY. THE EXPLANATION WAS CRISP AND CLEAR. THANKS FOR ALL YOUR EFFORTS
@techTFQ
@techTFQ 2 жыл бұрын
Thank you Damodar.. glad you liked it
SQL Views Tutorial | VIEWS in SQL Complete Tutorial
43:20
techTFQ
Рет қаралды 241 М.
[柴犬ASMR]曼玉Manyu&小白Bai 毛发护理Spa asmr
01:00
是曼玉不是鳗鱼
Рет қаралды 42 МЛН
ПЕЙ МОЛОКО КАК ФОКУСНИК
00:37
Masomka
Рет қаралды 10 МЛН
Be kind🤝
00:22
ISSEI / いっせい
Рет қаралды 12 МЛН
Complete guide to Database Normalization in SQL
40:51
techTFQ
Рет қаралды 134 М.
SQL Basics Tutorial for Beginners (Practice SQL Queries)
1:10:21
techTFQ
Рет қаралды 1,1 МЛН
[柴犬ASMR]曼玉Manyu&小白Bai 毛发护理Spa asmr
01:00
是曼玉不是鳗鱼
Рет қаралды 42 МЛН