41) Write a query to display the list of student ids and average marks in 2 decimal places if their average mark is greater than 80. Give an alias to the average mark as AVG_MARK. Sort the result based on the average mark in ascending order.


 

Comments