Data Analyst Interview Questions I SQL Interview Questions | SQL Interview Queries

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024

ความคิดเห็น • 23

  • @suhaschandras4318
    @suhaschandras4318 2 หลายเดือนก่อน +1

    Awesome 👍

    • @LearnwithPam-n5x
      @LearnwithPam-n5x  2 หลายเดือนก่อน

      @@suhaschandras4318 Thanks for watching

  • @harshboda2922
    @harshboda2922 7 หลายเดือนก่อน +1

    Very helpful video

  • @ATHARVSUTAR690
    @ATHARVSUTAR690 8 หลายเดือนก่อน +1

    Great video sir. Thank You ❤

  • @ATHARVSUTAR690
    @ATHARVSUTAR690 8 หลายเดือนก่อน +1

    Nice explanation

  • @50_maheshpatil57
    @50_maheshpatil57 8 หลายเดือนก่อน +1

    🔥🔥🔥

  • @malcorub
    @malcorub 7 หลายเดือนก่อน +1

    Thank you for this video amigo! Is the WHERE a.team_no b.team_no really necessary? It seems like the following line with the < would be enough to ensure the row numbers are never equal.

    • @LearnwithPam-n5x
      @LearnwithPam-n5x  7 หลายเดือนก่อน

      Thanks for watching. The answer for your question is as per requirement one team should play with other team only once (IND-AUS but not AUS-IND). So thats why we need to use above condition. And Yes < can be also possible. You can check at your end also.

    • @malcorub
      @malcorub 7 หลายเดือนก่อน

      @@LearnwithPam-n5x I will try it out. Thank you for your response. Keep up the great work!

  • @ushasworld5223
    @ushasworld5223 9 หลายเดือนก่อน +1

    My small request could u please zoom in the query ur writing please because its so hard to seed

    • @LearnwithPam-n5x
      @LearnwithPam-n5x  9 หลายเดือนก่อน

      Yes sure, for next video I will zoom into screen. Thanks for watching.

  • @prabhatgupta6415
    @prabhatgupta6415 9 หลายเดือนก่อน +1

    bhai data bhi provide kr diya kro

    • @LearnwithPam-n5x
      @LearnwithPam-n5x  9 หลายเดือนก่อน

      Yes uploaded. Check in Description box. Thanks for watching.

  • @AbhijitPaldeveloper
    @AbhijitPaldeveloper 4 หลายเดือนก่อน

    Second question query answer in mysql-
    SELECT result, ROW_NUMBER() OVER(ORDER BY result) as `groups` FROM(SELECT GROUP_CONCAT(id,name) as result FROM(SELECT *, ROW_NUMBER() OVER(PARTITION BY ID%2) as part FROM `group` ORDER BY name ASC) as e GROUP BY part ORDER BY part ASC) as e1

  • @Shriramkrishnhari
    @Shriramkrishnhari 9 หลายเดือนก่อน +2

    If you can explain in Hindi language will be more better...

    • @LearnwithPam-n5x
      @LearnwithPam-n5x  9 หลายเดือนก่อน

      Yes. I will try.

    • @Shriramkrishnhari
      @Shriramkrishnhari 9 หลายเดือนก่อน

      @@LearnwithPam-n5x thanks,
      Your efforts are appreciatable
      Beginner friendly...

  • @Shanmugamanickavel
    @Shanmugamanickavel 9 หลายเดือนก่อน +1

    Pam bro do u take private classes on query writing?? Also how do we know to use ntile and listtag ?? Please explain

    • @LearnwithPam-n5x
      @LearnwithPam-n5x  9 หลายเดือนก่อน

      No I don’t take private classes. But if you want I can create a separate video on that.