Full Outer Join in Depth Tutorial | Advanced SQL Tutorial

  Рет қаралды 8,638

Ankit Bansal

Ankit Bansal

Күн бұрын

Пікірлер
@ankitbansal6
@ankitbansal6 Жыл бұрын
Please give a thumbs up 👍 to the video if you really like the video. My next zero to hero live SQL bootcamp starting August 1st. Check out the link below for a detailed curriculum and register your seat. www.namastesql.com/courses/Think-SQL-Go-from-Zero-to-Hero-Hindi-649011dde4b0f88fddc27a7b
@reachrishav
@reachrishav Жыл бұрын
Thanks for the video. I used a similar approach for solving this. with cte as ( select *,'e' as region from orders_europe union select *,'i' from orders_india union select *,'u' from orders_usa ) select product_id , sum(case when region = 'u' then sales end) as sales_usa , sum(case when region = 'e' then sales end) as sales_europe , sum(case when region = 'i' then sales end) as sales_india from cte group by product_id
@payalbhatia5244
@payalbhatia5244 Жыл бұрын
i can say this is a really advanced concept which comes from experience truly. I faced similar question in Data Analyst interview of Target and was thrown out for even saying outer join :) and I asked chat GPT same question and it answered pretty well/ Find uncommon records from two tables , join two different tables and remove duplicated entries,Get all the Matched and Unmatched Rows From one Table, fetch unmatching records from two SQL tables,
@Datapassenger_prashant
@Datapassenger_prashant 3 ай бұрын
Mind Blowing explanation and last 1-2 mins were the best.. However, Iwould have approached the problem in similar way.. but a great explanation of fullouter and left join and product master use
@naveen6355
@naveen6355 Жыл бұрын
Ankit you have beautifully interlaced concepts, slowly and methodically increased the pitch in each way that you've solved this problem. It is simply awesome. Excellent example of story telling BIIIIG Thanks Bro
@ankitbansal6
@ankitbansal6 Жыл бұрын
Thanks a ton😊
@kritikagupta1254
@kritikagupta1254 5 ай бұрын
It is so amazing which I have learned in this video especially the last trick to handle the null. And I would like to Thank you a lot because due to your channel I have learned tips and trick to solve the queries and made my self ready to write the complex queries. It's the best channel to learn SQL.
@ankitbansal6
@ankitbansal6 5 ай бұрын
Great to hear!😊
@user-gq6cg3ls7f
@user-gq6cg3ls7f 7 ай бұрын
Hi Ankit, just wanted to say thank you for all your hard work. You are doing an amazing job.
@ankitbansal6
@ankitbansal6 7 ай бұрын
It's my pleasure
@nikhilreddy4582
@nikhilreddy4582 Жыл бұрын
Today i was so excited that i have really learned a new and different advanced concepts bro... with this i have done with this playlist succesfully.......Lot of thanks for youtube for introducing such a talented persons who can make sql from hard to simple for me and all who are using this style for their careers from ankit bro.. keeep going broooo.💯💯💯💯💯💯💯💯
@ankitbansal6
@ankitbansal6 Жыл бұрын
Excellent 👌👌
@RohitKumar-xk4jw
@RohitKumar-xk4jw Жыл бұрын
Enjoyed learning this super cool trick ankit sir and very excited to learn new things from the upcoming videos.
@ankitbansal6
@ankitbansal6 Жыл бұрын
Keep watching
@Datapassenger_prashant
@Datapassenger_prashant Жыл бұрын
Wowww!! Such a knowledgeable video , worth waiting till the end and understanding the whole concept.❤
@ankitbansal6
@ankitbansal6 Жыл бұрын
Thanks a lot 😊
@zeeshanaziz3512
@zeeshanaziz3512 Жыл бұрын
Very efficient and optimized trick. Thanks Ankit
@ankitbansal6
@ankitbansal6 Жыл бұрын
Glad you liked it
@radhatakalkar3996
@radhatakalkar3996 Жыл бұрын
Such valuable contents sir!!👍🙏
@ankitbansal6
@ankitbansal6 Жыл бұрын
Thanks a ton
@avi8016
@avi8016 Жыл бұрын
Great explanation of concepts sir💯
@ankitbansal6
@ankitbansal6 Жыл бұрын
Thanks for liking
@KunalKumarSingh-wr1kg
@KunalKumarSingh-wr1kg Жыл бұрын
Excellent 👌👍
@ankitbansal6
@ankitbansal6 Жыл бұрын
Thank you! Cheers!
@udaybhansingh1658
@udaybhansingh1658 Жыл бұрын
Hi Ankit. Awesome video.. I have a query, If we have millions of record in tables then union will efficiently or outer join will work in optimized way ?
@ankitbansal6
@ankitbansal6 Жыл бұрын
Union(all) will be better.
@sukanyaiyer2671
@sukanyaiyer2671 Жыл бұрын
Union all better than left join
@vutv5742
@vutv5742 Жыл бұрын
Completed ❤
@ashutoshpratapsingh6872
@ashutoshpratapsingh6872 Жыл бұрын
Too good really helpful
@ankitbansal6
@ankitbansal6 Жыл бұрын
Thanks a lot 😊
@nishitnishikant8548
@nishitnishikant8548 Жыл бұрын
Really helpful.. thanks
@ankitbansal6
@ankitbansal6 Жыл бұрын
Glad it was helpful!
@hasnainakbar8621
@hasnainakbar8621 Жыл бұрын
excellent
@ankitbansal6
@ankitbansal6 Жыл бұрын
Thank you! Cheers!
@kamalkrsnadas364
@kamalkrsnadas364 Жыл бұрын
Hello Sir. I'm following your videos for a month. I can see a lot of improvement in problem-solving. However, I still need to ask a question. Let's say I complete your complex question playlist. Would that be enough for me to recognise patterns and have mastery over SQL interview-type questions? Thank you, Sir
@ankitbansal6
@ankitbansal6 Жыл бұрын
Yes good enough
@swapnildhivar930
@swapnildhivar930 Жыл бұрын
Hi Ankit sir, can i used this question and make a LinkedIn post.?
@ankitbansal6
@ankitbansal6 Жыл бұрын
Sure please go ahead
@swapnildhivar930
@swapnildhivar930 Жыл бұрын
@@ankitbansal6 thank you sir.
@swapnildhivar930
@swapnildhivar930 Жыл бұрын
Can you please start taking mock interview of people ( paid program)?
@roshnilakhmani1697
@roshnilakhmani1697 Жыл бұрын
How can I handle this in Mysql
@akhiladevangamath1277
@akhiladevangamath1277 2 ай бұрын
use last trick
@johnj108
@johnj108 Жыл бұрын
@toulasantha
@toulasantha Жыл бұрын
Thanks mate. I have a question Why does your intro sound like you are fully stoned??? 😂😂😂
@ankitbansal6
@ankitbansal6 Жыл бұрын
That's my natural 😝
@ajinkya1
@ajinkya1 Жыл бұрын
Sir, Can you please tell us genuine Way to get a job as a Data Analyst. We have enough skills and Projects stil not getting Interview calls. Can you help us and talk about this in video.
@narenderyadav1727
@narenderyadav1727 Жыл бұрын
Same here bro, are you working somewhere now.
@ajinkya1
@ajinkya1 Жыл бұрын
@@narenderyadav1727 No Searching for Job.
@shafi123
@shafi123 Жыл бұрын
Its not that easy as the market is not good right now. I being a experienced data analyst not getting interview calls
@ajinkya1
@ajinkya1 Жыл бұрын
@@shafi123 Wow. If experienced candidates not getting job then getting job as Fresher is much tough. Can you tell us any tips to getting call as fresher. We have to try hard no choice.
@ritzysquad1361
@ritzysquad1361 Жыл бұрын
Hi Ankit I enrolled for your Python course. Before enrolling it was mentioned you will cover how to build data warehouse and ETL data pipelines with python. None of it is present in your course. How can we contact your support team? I joined the course specifically for that concept and its not there. Please let me know how to contact your supoort team
@ankitbansal6
@ankitbansal6 Жыл бұрын
ETL data pipelines are there. We have also covered scd type 1 and 2 .
@ritzysquad1361
@ritzysquad1361 Жыл бұрын
@@ankitbansal6 just like spotify can you add 1-2 more projects to build ETL pipelines from scratch! It would be very helpful . Something related to RETAIL domain or can you suggest from where can we practice more projects
@ankitbansal6
@ankitbansal6 Жыл бұрын
@@ritzysquad1361 Yes I am planning to add few more topics to the course. Will add more projects as you suggested .
@ritzysquad1361
@ritzysquad1361 Жыл бұрын
@@ankitbansal6 thankyou so much
All About SQL Aggregations | SQL Advance | Zero to Hero
17:43
Ankit Bansal
Рет қаралды 61 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
How I Would Become a Data Analyst In 2025 (if I had to start over again)
15:40
Avery Smith | Data Analyst
Рет қаралды 49 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН