Learn how to write SQL Queries(Practice Complex SQL Queries)

Поділитися
Вставка
  • Опубліковано 19 чер 2024
  • Learn how to write SQL Queries(Practice Complex SQL Queries)
    In this video, I will explain the thinking behind writing an SQL query. We shall go through five different complex SQL queries and try to solve it. The intention is to practice complex SQL queries. The idea is to not just write SQL Queries but also to explain you the thinking behind how to choose a particular approach to solve a SQL query and how to choose different SQL functions or concepts to solve a problem.
    Link to my blog where I have posted all of these SQL Queries:
    techtfq.com/blog/learn-how-to...
    In this blog, you will find 9 SQL queries along with all the scripts to create the table, load data into these tables and also the solved SQL Queries. Out of these 9 SQL Queries, In this video, I have only solved 5 of them in order to reduce the video length.
    Timeline:
    00:00 Intro
    01:36 Intro about the blog
    03:25 SQL Query to fetch duplicate records from a table using window function
    09:27 SQL Query to fetch doctors working in same hospital using self join
    15:55 SQL Query to fetch users who logged in consecutively 3 or more times
    25:10 SQL Query to fetch days when the temperature was very cold for consecutively 3 or more days
    36:13 SQL Query to fetch top 2 accounts with maximum patients per month
    Learning SQL Concepts and practically writing SQL queries are two different things. You may be familiar with the concept such as window function but until and unless you apply these concepts to write SQL queries, you will never truly understand SQL.
    May of the queries I am going to solve in this video, I will be using window function such as LEAD, LAG, RANK, ROW_NUMBER etc. However, some of the queries are solved using self join, sub queries or inner joins.
    The idea behind making this video, is to explain the thinking behind solving an SQL question. How to read the question and understand the problem statement and then analyze the existing data so that we can come up with an approach to write a query which can return the required result. These steps are very important in order for us to determine the different SQL concepts or functions to be used to solve the problem.
    Please comment below your feedback if you liked this kind of video or if you have any doubts on any other queries mentioned in the blog.
    🔴 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
    ✅ Git and GitHub Tutorial:
    • Git and GitHub
    ✅ Data Analytics Projects:
    • Data Analytics Projects
    THANK YOU,
    Thoufiq

КОМЕНТАРІ • 1,1 тис.

  • @presidentbrown
    @presidentbrown 2 роки тому +31

    After going through this I realised how much we can do with SQL. I thought I knew SQL but now I know there's a lot to learn.

    • @_RahulDewangan
      @_RahulDewangan 21 день тому

      Exactly my thoughts.....but i have my interviews soon 😭😭

  • @amsalespush
    @amsalespush Рік тому +6

    So far, the best video I have found on complex SQL. Great examples of practical value, very well explained. Thanks a lot.

  • @mohammedidris2840
    @mohammedidris2840 Рік тому +1

    Its not at all a tutorial video its a master or an expert explaining. You dont explain the approach or idea you just make everything clear in all the concepts you explain.
    Awesome

  • @rodneyoganga6693
    @rodneyoganga6693 2 роки тому +70

    I wish i could be as good as you at SQL, am struggling, God help me, thank you for such a well explained tutorial with amazing dedicastion.

    • @techTFQ
      @techTFQ  2 роки тому +57

      Hi Rodney,
      Thank you for such kind feedback 🙏🏼
      Am so glad this could help you ..
      I feel if you keep spending time to learn Sql every day for 1-2hrs, I am sure within a month you would be very comfortable and you should be able to solve most Sql queries ..
      Just needs time, patience and belief that you can do it .. keep the faith and I am sure you will master SQL soon..

    • @user-jl5zo2tl8s
      @user-jl5zo2tl8s 5 місяців тому +2

      How are you doing at SQL now???

    • @kartikeytyagi9119
      @kartikeytyagi9119 4 місяці тому

      How your sql now?

    • @ProfitableStockTrader
      @ProfitableStockTrader 2 місяці тому +2

      Rodney does not respond to simple queries now. He's in an advanced query mode now.
      Here is the query that might initiate a response from Rodney: - Hey Rodney, does your existence on the Planet Earth been achieved, now that you have questioned on a YT video and also got an interesting and encouraging reply from the YT channel admin which might have initiated you to spend more than 2 hours o a daily basis with endless belief that you can achieve the impossible and with the time and patience you had in your hands, you spent the time wisely and now have reached the Query Nirvana in any QL?

    • @techTFQ
      @techTFQ  2 місяці тому

      Too funny man 😅
      Bravo to you if you get the desired response 😬

  • @swatisingh-vs1bx
    @swatisingh-vs1bx 2 роки тому +38

    This is by far the best video for understanding SQL queries, the way you have explained by running small parts first and than solving to get the end output and also the pace was very much decent. Thanks man ! and please continue to make more of such videos :)

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Swati 🙏🏼
      Truly appreciate such detailed feedback 🙂
      So glad this helped you.

    • @yaroslavpanych2067
      @yaroslavpanych2067 Рік тому

      It is not. It is really not!

  • @mounikakondrapu7660
    @mounikakondrapu7660 2 роки тому +6

    I have cleared one of my interviews with top MNC company because of this training video. Thank you so much.

    • @techTFQ
      @techTFQ  2 роки тому

      Amazing … congratulations Mounika 💐
      I am so glad to read this comment ☺️🙏🏼

  • @mrmuranga
    @mrmuranga 12 днів тому +1

    Anyone starting out or wishing to improve there SQL , this is definitely for us. Great job👏👏👏

  • @konstantindemchenko5496
    @konstantindemchenko5496 2 роки тому +1

    15:27 the first condition d1.id d2.id is redundant since its more narrow than d1.speciality d2.speciality

  • @yrrep27
    @yrrep27 Рік тому +3

    Just want to say first, this channel is invaluable.
    Thought I'd offer up a solution for problem 7 that's a little more concise. This assumes that as in the example data, consecutive increasing id numbers correspond to consecutive increasing dates, with each id number corresponding to a unique day.
    The approach is:
    1. Remove records with temperatures above 0 using a WHERE statement.
    2. Of the remaining rows check each one to see if it is part of a consecutive triplet-- we could use the date column for this with a specialized date function, but it's easier to use the id column, if the assumption stated above is true
    3. A row in a consecutive triplet will meet one of three criteria: Either A-- the two leading rows have consecutive id numbers, B. The lagging row and the leading row both have a consecutive id, or C. The two lagging rows have consecutive ids.
    4. The CASE statement checking for these criteria are then packaged in a subquery returning just the id of qualifying rows.
    5. The main query uses IN to return only rows having the ids returned by the subquery.
    SELECT *
    FROM weather
    WHERE id IN
    (SELECT
    CASE
    WHEN id + 1 = (LEAD(id) OVER ()) AND id + 2 = (LEAD(id, 2) OVER ())
    OR id - 1 = (LAG(id) OVER ()) AND id + 1 = (LEAD(id) OVER ())
    OR id - 1 = (LAG(id) OVER ()) AND id - 2 = (LAG(id, 2) OVER ())
    THEN id
    END as check
    FROM weather
    WHERE temperature < 0)

  • @sreerams2677
    @sreerams2677 2 роки тому +66

    Hi, Thank you for your time and effort. Please continue these complex queries as a series. Thank you once again, i am getting a hold on sql after watching your videos especially on CTE's and sub queries which plays a major role in getting required outcome.

    • @techTFQ
      @techTFQ  2 роки тому +8

      Thank you Sreeram 🙏🏼
      I am so happy to know you have benefited from my video’s ..
      Yeah will continue making more such videos.
      Tomorrow will be posting a video about a particular complex Sql query so hopefully you will like that one too..

    • @MariadelCarmen-gj8ul
      @MariadelCarmen-gj8ul Рік тому

      @@techTFQ quick question, does "select d1.* from doctors d1 JOIN doctors d2 ..." works exactly than "select d1.* from doctors d1 INNER JOIN doctors d2..."? Thank you in advance

    • @danielessiet4063
      @danielessiet4063 Рік тому

      I have sent you a request on LinkedIn.

    • @Dontscammed
      @Dontscammed 9 місяців тому +1

      ​@@MariadelCarmen-gj8ulyes

    • @MariadelCarmen-gj8ul
      @MariadelCarmen-gj8ul 9 місяців тому

      @@Dontscammedthank you so much!

  • @NitinKumar-vw9gb
    @NitinKumar-vw9gb 4 місяці тому +2

    Thank you so much sir ,I watched your video and able to solve multiple query in interview,now I'm selected 😊 as software developer trainee

  • @abdullahmusheer4238
    @abdullahmusheer4238 2 роки тому +8

    Every other SQL tutorial youtuber just shares the basics which is good , but going through these examples and approach is really well thought of.. Appreciate the work! Thank you

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Musheer 🙏🏼
      Glad you liked my work

  • @mathieudager4234
    @mathieudager4234 2 роки тому +26

    TechTFQ: super great job. This is high quality knowledge sharing.
    Like you said knowing the different clauses and expressions doesn’t mean being able to apply them to concrete queries.
    Keep these great tutorials coming please. If you could increase the degree of complexity with aggregate functions that’d be super appreciated.
    Can’t wait to watch your next vids. Got yourself a new subscriber.
    Thanks a lot.

    • @techTFQ
      @techTFQ  2 роки тому +2

      Thank you Mathieu 🙏🏼
      So glad to read this comment..
      will consider your suggestion to include more complexity in the future..
      glad you are subscribed ☺️

  • @mdsaidulislamsayed6063
    @mdsaidulislamsayed6063 2 роки тому +3

    you are so well spoken! no unnecessary talk, straight to the point, in depth explanation!

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thank you Saidul. glad you liked it :)

  • @aravind7627
    @aravind7627 2 місяці тому +1

    After going through multiple videos. finally landed in the best channel. I am able to follow you effortlessly for more hours. Thank you so much.

  • @pedramhaqiqi7030
    @pedramhaqiqi7030 2 роки тому +1

    Great video, for #4. Since the same doctor will not have different specialist, we can just compare hospital names and specialist and it will make sure we do not have the same doctor being compared with him/her self.

  • @fathimafarahna2633
    @fathimafarahna2633 2 роки тому +36

    Nothing like your contents on this whole UA-cam. Genuinely appreciate your efforts in churning out such beneficial n functional contents🙏Also, the blog is just amazing. Clean, clear, authentic. Kudos to your efforts n intention👏🙌

    • @techTFQ
      @techTFQ  2 роки тому +4

      Thank you very much ❤️
      And there is nothing like your support 😍🙏🏼

  • @dhruvmadaan3276
    @dhruvmadaan3276 2 роки тому +7

    I subscribed to your channel while you were still explaining query #2
    Your speed and way of explaining as well as the examples you picked are SPOT ON !
    WE NEED MORE VIDEOS, QUERIES and EXAMPLES FROM YOU !!
    PLEASE POST MORE VIDEOS... THANK YOU !!

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thank you so much bro..
      I am glad you liked the content.
      Sure will post more such videos

  • @anishvarghese8169
    @anishvarghese8169 2 роки тому

    This is the only SQL related video on UA-cam I have watched throughout without clicking the skip button

  • @pranabthakuria1897
    @pranabthakuria1897 2 роки тому +60

    Loved your step-by-step approach towards solving complex SQL queries. Hope to see more similar videos in the coming days and really appreciate your hard work in making such a helpful content.

  • @lokeshgunjugnur2807
    @lokeshgunjugnur2807 2 роки тому +3

    Fantastic..This helps infrastructure oriented DB engineers like us to quick assist customers with query tuning or performance tasks. Thanks for making time to share this dude.

    • @techTFQ
      @techTFQ  2 роки тому

      Your welcome Lokesh 🙏🏼
      Glad this helped

  • @vijaypalmanit
    @vijaypalmanit 2 роки тому +5

    superb, had been looking for someone for very long who teaches complex queries in simplest manner, finally search ends here.

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Vijay 🙏🏼
      Glad You liked my videos ☺️

  • @receps.8396
    @receps.8396 2 роки тому +1

    Thanks a lot man. One lesson teaches us subquery, ranking and distinct. All in one.

  • @simplytech4u898
    @simplytech4u898 Місяць тому

    Thanks mitra khup chan shikavtoy ,mala tuza blog madhun khup kahi shikayla milale ,dhnaywad..!!
    select emp_id,emp_name,dept_name,salary
    from
    (
    select *,
    min(salary) over (partition by dept_name) as min_salary,
    max(salary) over (partition by dept_name) as max_salary
    from employee
    ) as x
    where
    salary =x.min_salary or salary =x.max_salary

  • @BrotoBhattacharjee
    @BrotoBhattacharjee 2 роки тому +4

    This is an awesome tutorial video. It touches upon exactly the pain points and explains the concept in a great detail.

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Broto 🙏🏼
      Glad you found this helpful ☺️

  • @michaelbarry1437
    @michaelbarry1437 2 роки тому +3

    Thank you!!! I discovered Process Query Language (PQL) that uses Lead & Lag times (different structure) and the concepts really help with understanding.

    • @techTFQ
      @techTFQ  2 роки тому

      Your welcome Barry🙏🏼
      Glad this helped ..

  • @alex45688
    @alex45688 Рік тому

    brother love your teaching style , you break down each and everything about the query, hats off need more such videos would be helpful for strugglers

  • @saurabhbhapkar9437
    @saurabhbhapkar9437 8 місяців тому

    @techTFQ the temperature question is crazy! Covered lead,lag so beautifully.

  • @glorysowji9218
    @glorysowji9218 2 роки тому +3

    Thank you so much for sharing such an extreme knowledge with us. Now I'm able to get some idea on the complex queries and practicsing as well. All your videos are very much helpful for me. Thanks a lot for taking so much effort and time to make these videos. Easy to understand and grasp the hidden concepts practically. Plz do share more on window functions queries used in real-time.
    God Bless You.👍🤝

  • @sivakarthikayanb8214
    @sivakarthikayanb8214 2 роки тому +5

    Man, this tutorial is really awesome!!! Thank you so much for your detailed explanation. It will be very great if you post more videos on solving complex queries!!!

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Siva 🙏🏼
      Glad you liked it .. yes will be making more videos on solving sql queries

  • @voodoochili12
    @voodoochili12 2 роки тому +2

    Awesome video. I would love to see you tackle the subject of Gaps and Islands. Great job and thank you!

  • @BharatRathod-je5wx
    @BharatRathod-je5wx Рік тому

    Excellent material for practicing SQL, thank you so much for your such fantastic tutorial.

  • @muskanchaudhary5265
    @muskanchaudhary5265 2 роки тому +4

    you literally make the best videos!! please keep making more with more queries and performance tuning tricks and interview focused complex queries. Thank you so much for your amazing content!

    • @techTFQ
      @techTFQ  2 роки тому +2

      Thank you Muskan 🙏🏼
      So happy to read this feedback ☺️
      And yes I will make more query videos

  • @sudeeppoonoth3595
    @sudeeppoonoth3595 2 роки тому +6

    Totally agree with many of the viewers comments. You are the best SQL guru I have seen on UA-cam. Wish you were our teacher in college when we learned these without this much clarity.Hats off to dedication and hard work..👏👌

    • @techTFQ
      @techTFQ  2 роки тому +1

      That’s a very kind appreciation 🙂
      Thank you Sudeep 🙏🏼
      Am glad I can add some value through these video’s

  • @QuranKarreem
    @QuranKarreem Рік тому +1

    14:35 you don't need to set condation d1.idd2.id

  • @LovelyJordy
    @LovelyJordy Рік тому +1

    Hi there, thank you so much for sharing your knowledge. I am self learning, and your examples have helped me so much with the advanced concepts. Thank you!!!!!!

  • @laurak5196
    @laurak5196 2 роки тому +14

    I’ve finally watched the whole thing and this is definitely my favorite kind of your videos. I learn the most by watching you and hearing your thought process and the nice bonus is then I can go and download your script, create an identical table and then go try and do it myself. That’s where I learn the most, bc I can try my own ideas and just make little changes and see if that completely throws an error and then I try and understand why that error was thrown so I can avoid that problem in the future. Thank you again for your help and your time investment. Over 113K views on here shows I am not the only one this is helping. 🙏🏻 Many blessings to you and your family, TFQ

    • @techTFQ
      @techTFQ  2 роки тому +2

      Thank you so very much Laura 🙏
      I am really impressed by the way you are trying to use this resource to learn and practice SQL. Very happy to be contributing to your learning too..
      Happy learning and wishing you all the very best :)

    • @laurak5196
      @laurak5196 2 роки тому +2

      @@techTFQ And it’s working because I repeated the course on joins and also intermediate sql on DataCamp and after watching your videos on key topics, I was able to make significant progress. Their lectures are very short and the material was completely new to me the first time. Also I was trying to take too many classes and not allowing time to absorb the information. Watching your more detailed explanations helped me a lot and now I believe I’ll be able to solve most of the queries you’ve posted. I’ve created all of your tables in my database so that I can make sure of that. I have a deadline to meet to pivot my career and so I am a little in rush mode and I’m so glad I found your videos when I did because they are exactly what I needed to supplement those courses. Again, I realize how much time and thought went into this and as the mascot I’d like to speak for all of your viewers and offer our appreciation for all of it 🙏🏻😀

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thank you Laura ☺️
      You have the right attitude for learning SQL and I am sure you will solve every query in this blog..
      All the best 👍

    • @laurak5196
      @laurak5196 2 роки тому +1

      @@techTFQ thank you again for your encouragement and have a wonderful evening 🙏😀

    • @techTFQ
      @techTFQ  2 роки тому +1

      You too Laura ☺️

  • @marciojrtorres
    @marciojrtorres 2 роки тому +32

    Thank you Thoufiq, I learned a lot from the examples you've provided. Greetings from Brazil 👋

    • @techTFQ
      @techTFQ  2 роки тому +7

      So glad to receive feedback from Brazil 😃
      I am so glad you liked it Torres 🙏🏼

  • @Karthikmurali-uc7ub
    @Karthikmurali-uc7ub 2 роки тому

    Clearly understanding the way u justify each and every attributes....thank you

  • @amyfarrahfowler7732
    @amyfarrahfowler7732 2 роки тому +1

    This is by far the best tutorial for SQL-queries. You save my studies and my peace of mind

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Amy. glad you liked it :)

  • @SagarKumar-db2xy
    @SagarKumar-db2xy 2 роки тому +18

    Watched tons of SQL contents, this is by far best and quality content. Keep adding more. Please also share the SQL for entry level data analyst

    • @techTFQ
      @techTFQ  2 роки тому +3

      Thank you Sagar 🙏🏼
      Glad you liked it..
      Sure SQL for data analysis, let me plan something

    • @zion96776
      @zion96776 2 роки тому +1

      @@techTFQ do you have course on it ?

    • @techTFQ
      @techTFQ  2 роки тому +5

      Hi Carlos, do not have any course as of now . May be will plan to create one in future..

  • @sahilkadu5409
    @sahilkadu5409 2 роки тому +4

    You are the greatest SQL teacher i have seen. Period

    • @techTFQ
      @techTFQ  2 роки тому

      haha Thank you Sahil :)

  • @billb6283
    @billb6283 2 роки тому +2

    Was glad to see your "Download script"...at least for the 1st example also worked with SQLite. It also needed the rowid change for the SELECT. SQLite is stand alone and doesn't require a server.

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Bill 🙏🏼
      Glad to know you found this useful ☺️

  • @shalinigarg859
    @shalinigarg859 2 роки тому

    Thanks so much for step by step explanation. Really appreciated your hard work ✅

  • @fathimafarahna2633
    @fathimafarahna2633 Рік тому +16

    1M views… Masha Allaah… You deserve much more.. Keep growing n benefiting 👍👍👍

  • @ritikajaiswal3824
    @ritikajaiswal3824 2 роки тому +6

    OMG, this was my reaction when you cleared my doubt on lead and lag... I don't know whether you're a good employee or not but YOU'RE AN AMAZING TEACHER. I regret not taking your intermediate live sessions. Do tell me if you're starting a next batch on intermediate queries.

    • @techTFQ
      @techTFQ  2 роки тому +1

      I am glad this video helped Ritika ..
      as for next batch , have not planned it

    • @Aditya-um6wc
      @Aditya-um6wc Рік тому

      @@techTFQ Hi, from where I can get files and I can use them as database?
      So I can perform queries

  • @devd5355
    @devd5355 Рік тому

    Great approach, by far the most useful SQL video tutorial. Thanks

  • @AmirHussain-bs5un
    @AmirHussain-bs5un Рік тому

    So much clarity in the concepts, thanks a lot!

  • @abinsharaf8305
    @abinsharaf8305 2 роки тому +4

    as a mac user, your videos were mashallah very helpful, especially the way you think gives a practical approach to finding solutions. As a beginner i find it very nice thanks brother and keep up good work.

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Abin 🙏🏼
      Glad the video helped ..

  • @laurak5196
    @laurak5196 2 роки тому +11

    TFQ, I predict greatness for your channel with content like this. Seriously, you stand apart because your explanations are so clear and you put so much time and effort forward for your videos and this shows. I think I speak for all your subscribers when I say thank you, thank you. We SO appreciate all of your hard work. 100K will be in your rear view mirror before too long, my friend. 👍🏻😊

    • @laurak5196
      @laurak5196 2 роки тому +1

      I also want to add that I’m so happy right now because I was having troubles with a Leetcode query I was trying to solve and after your terrific explanation about self-joins, which I’d struggled a bit with in the past, I was able to go right back there and quickly solve it. I don’t know if you’re interested in teaching, but you’re a natural at it. Thank you so much! I now understand something in a few minutes that had really confused me in the past! Blessings to you and yours for a wonderful November, TFQ!

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thank you thank you Laura 🙏🏼 🙏🏼
      It’s so true that each of these videos take a lot of effort to make but getting this kind of feedback makes everything worth it..
      I am short of words to thank you for your support and I just wish you success in everything you do..
      I am also so glad to hear that you could apply the teachings in this video to solve leetcode queries..
      I feel overwhelmed by this feedback ..
      Thank you once again and have a great start to the month.. 🙏🏼☺️

    • @laurak5196
      @laurak5196 2 роки тому +1

      @@techTFQ I used to have an art blog and it took quite a bit of effort, so I can only imagine the time to film, plan etc., but your explanations simplify complex operations so well that I feel your efforts are bound to bear fruit. Look how much your channel has grown already! You’re doing great, and we thank you again. 🙏🏻👍🏻

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thank you Laura 🙏🏼☺️

    • @laurak5196
      @laurak5196 2 роки тому +1

      @@techTFQ I’m a new subscriber and you’ve gained over 1,000 followers since I’ve joined you last week 😱 which imo is amazing, TFQ!

  • @mayankbungla
    @mayankbungla 2 місяці тому +1

    THANKS SIR THIS MADE MY WINDOWSFUNCTIONS CONCEPT MORE CLEAR

  • @infamismworldwild6248
    @infamismworldwild6248 23 дні тому

    Thank you this was powerful application of SQL, partitions, lags, leads and rnks, a lot to take in and learn

  • @ashishgoyal4818
    @ashishgoyal4818 2 роки тому +6

    This channel is very good for learning SQL, the way of explaining and displaying content is superb. If this channel could give us videos on interview questions of top companies then we won't be needing to go to other websites.

    • @techTFQ
      @techTFQ  2 роки тому

      Hi Ashish ,
      Thank you for such kind words 🙏🏼
      It’s so nice to see you have liked my work and it is beneficial to you 🙂
      As for interview questions, I will plan it out in the near future..

  • @PriyaaWorld
    @PriyaaWorld 2 роки тому +3

    Your teaching methodology is superb.... I have shared it with my husband who is looking for a course in SQL. He too found it very useful, easy to understand.

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you so much 🙏🏼
      Glad you liked it

  • @SHWETAYADAV-um7ol
    @SHWETAYADAV-um7ol 3 місяці тому

    I am really grateful that i found your channel and it is helping me a lot. Thank you

  • @deanterrell4902
    @deanterrell4902 2 роки тому +1

    This is the best advanced SQL video I have ever seen. Thank you very much!

  • @prashantmarathe6515
    @prashantmarathe6515 2 роки тому +4

    superb examples of complex query ! Appreciate yours knowledge and this contain , thank you

    • @techTFQ
      @techTFQ  2 роки тому +1

      Your welcome Prashanth 🙏🏼
      Glad you liked it …

  • @myindia5604
    @myindia5604 2 роки тому +3

    Realy very good content delivered. I never seen anyone who explain like this. Great work. ❤️

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Hari 🙏🏼
      So glad to hear such positive feedback.. glad this helped 🙂

  • @chibumbamohammed5006
    @chibumbamohammed5006 Рік тому

    I have learnt alot from this video, I thoungh I new not until iv watched video that has proven to me something

  • @sandipansarkar9211
    @sandipansarkar9211 2 роки тому +2

    Also finished practicing coding .Now feeling hell lot of confident in my pursuit of data analyst

    • @techTFQ
      @techTFQ  2 роки тому

      That’s great buddy

  • @szebart
    @szebart 2 роки тому +4

    Fantastic tutorial, very well explained step by step. All is clear to me after watching your vids. Thank you my friend!

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you so much bro 🙏🏼
      Very glad to know you liked the content 🙂

    • @mayadashaat5348
      @mayadashaat5348 2 роки тому

      ة

  • @sia_ibk
    @sia_ibk 2 роки тому +6

    Hi I really enjoyed this video. I was wondering, is it possible to also use the row_number windows function to solve the third example on login frequency?

    • @techTFQ
      @techTFQ  2 роки тому +2

      Hi Solomon,
      Yes you can write a query using row_number window function to solve this as well.
      In fact, I have posted a video on my channel giving a generic query using row number window function to fetch any no of consecutive records from a table. You can watch that video from the link below:
      ua-cam.com/video/8p_OzqIJ_p4/v-deo.html

  • @dilipsaini9860
    @dilipsaini9860 Рік тому

    Thank you so much brother. Your video are basis for my hold on SQL.

  • @Digital_Sansaar
    @Digital_Sansaar Рік тому

    Great learning contents given by you sir, thank you so much for your endless efforts.. from Nepal ❤️🇳🇵

  • @Kps225
    @Kps225 2 роки тому +5

    Sir, could you please make a video on indexes and views and interview questions based on that also.. It would be really helpful and all your videos are great.. Keep rocking❤️

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thank you so much for your kind words 🙏🏼
      So glad you liked my videos .
      Surely will consider your suggestions, let me see when I can cover these topics too..

  • @narravularushitha6806
    @narravularushitha6806 2 роки тому +9

    Hi TFQ,
    For Query 5 : From the login_details table, fetch the users who logged in consecutively 3 or more times.
    Instead of lead function we can use Rank as well ryt. This also gives correct output.
    Below is my Query and please let me know if this is the right way to use Rank function or not.
    select distinct user_name from (select *,rank() over(partition by user_name order by login_date ) as rnk
    from login_details ) where rnk >=3
    ;

    • @LostZoro266
      @LostZoro266 Рік тому

      it will work only for this type of data but if it was different then i don't think this will work

    • @dipalipatil7917
      @dipalipatil7917 Рік тому

      no its not working

  • @venkatesanr9455
    @venkatesanr9455 2 роки тому +1

    Hi Toufiq, Thanks for the video and inputs. Whether we can use row number() and assign filters for greater values to fetch users who logged in consecutively as done for fetching duplicates records.

  • @jawa4763
    @jawa4763 2 роки тому +2

    Your explanations are kind of addictive :)
    Can’t stop or skip in between ,
    The use cases are very well descriptive , Hats off to your amazing effort !
    Finally managed to stop at 12:10 am Central European Time ;)

    • @techTFQ
      @techTFQ  2 роки тому +1

      Haha thank you bro ☺️
      Glad you liked it

  • @ed2921
    @ed2921 2 роки тому +3

    Excellent. Quick question on the temperature query, would an alternative query using self join be more concise? Rather than nested case statement. Keep up the great work.

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thanks Ed for liking the content 🙏🏼
      You can always write a query on many different ways and using self join may be an option for this kind of query but if you wish to fetch any no of consecutive records then I have made another video covering it.
      I’ll leave a link to it below.. have a look at this generic solution as well.
      ua-cam.com/video/8p_OzqIJ_p4/v-deo.html

  • @mmmaxmmm83
    @mmmaxmmm83 2 роки тому +3

    These are sooooo helpful. You're doing God's work!! 😁

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Maxim for such kind words man 🙏🏼
      So glad I a am able to add some value through these videos ..

  • @ritushah2059
    @ritushah2059 2 роки тому

    Thank u so much . I checked today and solved one query. very well explained. please keep posting

  • @InspiringThings101
    @InspiringThings101 Рік тому +1

    Sir,
    I live in the US. I am currently in the process of learning Python for professional development (and hopefully a pay upgrade) given your extensive experience, what are some courses, companies or boot camps you would recommend ? I have SQL knowledge as well as HTML and a basic understanding of Python thus far. I would love your input about this whenever.
    Thanks.

  • @AbigailSQL
    @AbigailSQL 2 роки тому +3

    Thank you for this video. It's detailed and well explained. Hope to see more! I used Postgre to run the queries and it was successful, but when I tried the query for duplicate records on MSSQL, it returned an error saying (the ORDER BY clause is invalid in views...) Kindly suggest what to do.

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thank you for liking the content 🙏🏼
      These queries were written in PostgreSQL but I will soon update my blog to have corresponding queries in MySQL and Microsoft SQL server also .. may be in couple of weeks

    • @AbigailSQL
      @AbigailSQL 2 роки тому

      Thank you for the response. I look forward to seeing the video.

  • @Anonymous-le2zr
    @Anonymous-le2zr 2 роки тому +7

    Best channel for SQL
    Very well explained
    Appreciate your hard work !!!!
    Expecting similar videos to become Master in SQL
    Thank you very much 😊

    • @techTFQ
      @techTFQ  2 роки тому +2

      Thanks a lot for these kind words 🙏🏼🙏🏼
      I am so happy these videos are helping so many people ☺️☺️

  • @abhishekchandrashukla3814
    @abhishekchandrashukla3814 11 місяців тому

    Sir Sir Sir Sir, really really great help for giving questions for practising. Thanks a lot for this.!!

  • @ItsMeLovelyRajeshLovesRebecca
    @ItsMeLovelyRajeshLovesRebecca 2 роки тому

    Wowowowowowowww Amazing! It is like one shot bullet entering into brain! Great Explanation! Thanks a lot! Learnt a lot! Loved it! God Bless!

  • @vaibhavverma1409
    @vaibhavverma1409 2 роки тому +10

    Very Complex inner join,left outer join, right outer join, with more than 3 tables,..plz post this as well

    • @techTFQ
      @techTFQ  2 роки тому +5

      Just few hours ago I posted video about JOINS. In that I have written a query at the end where I joins multiple table using different type of joins. Do check that video out. link below:
      ua-cam.com/video/0OQJDd3QqQM/v-deo.html

  • @Kumawatlalit912
    @Kumawatlalit912 2 роки тому +8

    your doing hell lot of work (day and night ),have some rest dude, by the way awesome lesson

    • @techTFQ
      @techTFQ  2 роки тому

      Thanks a lot Lalit :)

  • @basavarajbijali7342
    @basavarajbijali7342 2 роки тому +1

    The best material for SQL in UA-cam that I have sawn, amazing blog as well, please go on such queries, which will really help many learners including myself.

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you Basavaraj 🙏🏼
      Glad you liked it 🙂

  • @neelamkushwaha1703
    @neelamkushwaha1703 Рік тому

    Hey Taufiq, your videos are really amazing.. now i have started getting hold on sql very nicely.. your way of explantion is really very nice.. Thanks for such a wonderful job

  • @MaheshBabu1989
    @MaheshBabu1989 2 роки тому +3

    Nice examples..
    I feel writing below query for finding duplicate records is bit easier .
    Select user_id,user_name,email from
    (Select user_name,count(user_name) un from users group by user_name) asd
    Where asd.un>1

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thank you 🙏🏼
      We can always a solve a query in several different ways and that’s the beauty of sql

    • @youmnaification
      @youmnaification 2 роки тому

      You could use HAVING count >1 instead the WHERE clause. HAVING clause always works with GROUB BY.

  • @kamalikamukherji6482
    @kamalikamukherji6482 11 місяців тому

    Sql is tough, ur smart n damn hardworking rightly said u deserve way much more❤

  • @user-pw9mp6uk1t
    @user-pw9mp6uk1t Місяць тому

    Thak You so much for the transcript, that is really generous of you. it's appreciated.

  • @pushkarratnaparkhi2205
    @pushkarratnaparkhi2205 Рік тому +2

    I failed a DA interview because I was not able to solve a question similar to Query 9. But Now I am smarter than before because of you. Thanks a lot. Really very useful content

    • @techTFQ
      @techTFQ  Рік тому

      I am glad you found the video helpful bro

  • @balanced-living
    @balanced-living Рік тому

    great job @techTFQ with your approach - blog followed by video. This is easy to follow and creates desire to solve the problem first with the concepts we know and look for your solution to improve up on it. I like your blog too. Thank you & keep doing the great work.

  • @ricardostefani1396
    @ricardostefani1396 2 роки тому +1

    Cristal clear. Pure quality. Thanks!

    • @techTFQ
      @techTFQ  2 роки тому

      Your welcome 🙏🏼
      Glad you liked it

  • @bharatsaini4331
    @bharatsaini4331 Рік тому

    you explained everything in a very good way, i never seen such a wonderful teacher on youtube. Thanks for helping us.

    • @rajendramodusu5980
      @rajendramodusu5980 Рік тому

      Bharat can u please explain difference between sql and sql scripting

  • @Phronesis1037
    @Phronesis1037 4 місяці тому

    Well others in the comments explained it as it is, superb tutorial/practice video.

  • @rajneeshpatel5028
    @rajneeshpatel5028 2 роки тому +1

    The step by step explanation of each query helped develop good grasp over the concept . Thankyou very much for the precise explanation

    • @techTFQ
      @techTFQ  2 роки тому

      Your welcome bro :)
      Glad this helped

  • @anduamlaktadesse9284
    @anduamlaktadesse9284 2 роки тому +1

    Big clapping !!! We desire to have such kind of tutorials on PL/SQL too! The self-join trick is really amazing, and I'm new for lead() and lag() function too.

    • @techTFQ
      @techTFQ  2 роки тому

      Glad this helped bro

  • @GazbertUK
    @GazbertUK 2 роки тому +2

    FYI - I'm doing the exercises using MySQL (using POPSQL) and for query 5, using the line
    INSERT INTO login_details values(113, 'James', current_date+6);
    was giving me an error because it was trying to store 2021-11-32, so I had to change the line to
    INSERT INTO login_details values(113, 'James', DATE_ADD(current_date, INTERVAL 6 DAY));
    Great series of vidz, I'm learning so much and my head is starting to get into the SQL groove.

    • @techTFQ
      @techTFQ  2 роки тому +1

      Thank you Gazbert for sharing the solution.
      This is right.
      And I so glad you are liking the content :)

  • @archisingh9892
    @archisingh9892 8 місяців тому

    Thank you sir... Please come up with more questions because your video and the way you explain queries is understandable. i have learnt sql from your channel from basic to intermediate. Thank u so much again.... But sir please give more questions to practice.

  • @LUCAS-lu1ii
    @LUCAS-lu1ii Рік тому

    Thank you so much, will practice this for interview.

  • @Amin9932
    @Amin9932 2 роки тому

    Amazing, i just staring to learn SQL, Thank you from Medan

  • @x360madness
    @x360madness 2 роки тому

    thank you my man, the way you explained it was superb, love you

  • @minathanh7072
    @minathanh7072 2 роки тому

    I can't not giving a thumb up for this video! Thank you!

  • @bluerays5384
    @bluerays5384 Рік тому

    Thank you, Sir, very well explained.. a lot of learning today !!!

  • @somyajain411
    @somyajain411 2 роки тому

    Thank you for explaining.
    One doubt
    What if you have not specified d1.id d2.id in Self join question (Doctor and hospital one)

  • @ajay93kshp
    @ajay93kshp Рік тому

    Loved the way you approach the solution

  • @pam9367
    @pam9367 2 роки тому +1

    Sir, Literally u r a gem of a person. Thank u so much.

    • @techTFQ
      @techTFQ  2 роки тому

      Thank you buddy