Find Average

Exercise
Correct!
False!
There is a table which contains two column Student and Marks, you need to find all the students, whose marks are greater than average marks i.e. list of above average students.
select student, mark from table where marks > code_here

results matching ""

    No results matching ""