What is the result set of the following SQL query? SELECT DI…

What is the result set of the following SQL query? SELECT DISTINCT Student_ID (FROM ENROLLMENTS WHERE Ratings > ANY (SELECT Avg_Rating FROM DEGREE WHERE DEPARTMENT = ” Engineering” Enrollments Enrollments Student ID Course ID Ratings 100 900 5 100 901 4.2 100 903 4.1 102 903 4.3 102 904 3.5 103 905 4.1 104 904 4.4 Degree Degree Avg Rating Department 4.1 Engineering 4.2 Business 4.3 Arts