HackerRank SQL Basic Certification #01

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • HackerRank All skills certifications
    Github Link
    github.com/tks...
    github.com/tks...
    github.com/tks...
    github.com/tks...
    I am covering all basics and intermediate level certifications from Hackerrank, our focus will be on how to approach for the problem and how to pass all tests before submitting problem.
    hackerrank javascript basic and intermediate certification
    hackerrank SQL basic and intermediate certification
    hackerrank REST APIs basic and intermediate certification
    hackerrank React basic and intermediate certification
    hackerrank Angular basic and intermediate certification
    hackerrank Node JS basic and intermediate certification
    hackerrank Python basic and intermediate certification
    Notes: tests keeps changing so don't expect that when you are attempting you will see the same question

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

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

    But it didn't work out for me

  • @anisurrahmanrifat7744
    @anisurrahmanrifat7744 2 ปีที่แล้ว +1

    Thanks

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

    Thank a lot 😘
    i have solve this problem just know 😉

  • @lea-anon
    @lea-anon 2 ปีที่แล้ว +1

    select ei.employee_ID, ei.name
    from employee_information ei
    join last_quarter_bonus b ON b.employee_ID = ei.employee_ID
    where ei.division LIKE 'HR'
    AND b.bonus >= 5000;