Sabre Interview Question

Technical interview - Question 1 It is an SQL question Given a table of attributes Name,class_number,marks Find the class number which has maximum of total sum of marks.

Interview Answer

Anonymous

Sep 3, 2024

This question can be solved using max and groupby