I have grade table containing student_id, exam_id, grade. I would like to
get the average grade based on student_id. Assuming I could utilize avg
function, have computed columns, but not group by clause in the select
statement, is there another way I could perform group by?
Thanks in advance