ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Informative.
@RaviSankar-ln3ki Glad it was helpful!
Bro aap output ki jagah questions likh diya kro jo new h unke liye direct output smjhna thoda tough h
@amitkumarkumarsinghpiyush323 Sure. Will make a note of it. Thank you for the suggestion :)
select student_name, sum(marks) as marksfrom(select *, dense_rank() over(partition by student_name order by marks desc) as rnk from students ) as m where rnk
@ishanshubham8355 Continue practicing, Wish you all the success for your endeavours :)
Informative.
@RaviSankar-ln3ki Glad it was helpful!
Bro aap output ki jagah questions likh diya kro jo new h unke liye direct output smjhna thoda tough h
@amitkumarkumarsinghpiyush323 Sure. Will make a note of it. Thank you for the suggestion :)
select
student_name,
sum(marks) as marks
from
(
select *,
dense_rank() over(partition by student_name order by marks desc) as rnk
from students
) as m
where rnk
@ishanshubham8355 Continue practicing, Wish you all the success for your endeavours :)