THE REPORT BASIC JOIN SQL HACKER RANK

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2020

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

  • @ashishmundepi7123
    @ashishmundepi7123 6 หลายเดือนก่อน +1

    Thank you, Alisha. Your knowledge and command over SQL are fabulous. I start watching your videos for few weeks ago and now if I got stuck in any problem your videos help me a lot. Thanks, you are once again.

  • @TheTechInsiderBySaurabh
    @TheTechInsiderBySaurabh 3 ปีที่แล้ว +2

    So far the best explanation i got on youtube on this report problem
    you made it so simple

  • @surajsidar3280
    @surajsidar3280 3 หลายเดือนก่อน +1

    She forgot below condition
    If there is more than one student with the same grade (1-7) assigned to them, order those particular students by their marks in ascending order.
    It is mentioned in problem statement

  • @deepbytes4854
    @deepbytes4854 ปีที่แล้ว +5

    /*
    Required output :
    Name, grade, mark
    Given conditions :
    grade >= 8 then NAME
    ORDER BY grade DESC , name ASC
    grade < 8 : put NULL as name
    ORDER BY marks ASC
    */
    SELECT IF(G.Grade

  • @sunnyvlogs__
    @sunnyvlogs__ 3 ปีที่แล้ว +5

    so if we have no common columns in tables we use where clause to join.?
    i was trapped in this only.

  • @rishwanthrsec5619
    @rishwanthrsec5619 3 ปีที่แล้ว

    Nice can u make more videos on joins😊 explanation is good

  • @utkarshdewan8736
    @utkarshdewan8736 ปีที่แล้ว

    Really good explanation

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

    I was taught MS SQL Server, So my question is that, Codes in My SQL and MS SQL Server are same or different.

  • @reshmaparveen6679
    @reshmaparveen6679 3 ปีที่แล้ว +1

    Good work 👍👍👍

  • @amgdhussein7040
    @amgdhussein7040 2 ปีที่แล้ว

    Can you please provide explanation in MS SQL ?

  • @AchintyaRajcse
    @AchintyaRajcse ปีที่แล้ว

    still some doubt here maybe after writing the code you may have explained it by breaking it into small parts

  • @rekha3280
    @rekha3280 11 หลายเดือนก่อน

    Thank you for you easy way, easy to understand. Keep going

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

      I was taught MS SQL Server, So my question is that, Codes in My SQL and MS SQL Server are same or different.

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

      @@Black_Hawk007 almost same, somewhere you can find difference in code,

  • @aakankshaaj
    @aakankshaaj 3 ปีที่แล้ว

    Best one

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

    people dont care even about our names if grade is less than 8

  • @maanillaad4324
    @maanillaad4324 2 ปีที่แล้ว

    helpful thanks!

  • @bhaswatiroy1433
    @bhaswatiroy1433 ปีที่แล้ว

    Great explanation

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

      I was taught MS SQL Server, So my question is that, Codes in My SQL and MS SQL Server are same or different.

  • @simu6315
    @simu6315 ปีที่แล้ว

    U should provide codes as well

  • @user-zz1is4yu4b
    @user-zz1is4yu4b 14 วันที่ผ่านมา

    it is not working

  • @rajashekharvattipelli4194
    @rajashekharvattipelli4194 5 หลายเดือนก่อน

    this is simple one .tq