BandhanBank SQL Interview Questions and Answers | Data Engineering | SQL Interview Question

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

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

  • @prajwalreddy2882
    @prajwalreddy2882 2 หลายเดือนก่อน

    with cte as (select * from employee e1
    where not exists ( select 1 from employee e2
    where e1.emp_id = e2.manager_id)),
    cte2 as (select department ,emp_id, dense_rank() over(partition by department order by salary desc ) as dnk from cte)
    select department, emp_id,dnk from cte2
    where dnk= 1;

  • @chandanpatra1053
    @chandanpatra1053 4 หลายเดือนก่อน +1

    Bro please provide create and insert statement. Already you have made so many videos. These things shouldn't be reminded.😢😢😢😢

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

      Always collect it from our telegram channel when it's not given in description.

  • @sabesanj5509
    @sabesanj5509 4 หลายเดือนก่อน +1

    Bro first add the question in either comments or description section.