MCQs > IT & Programming > ASP.NET With SQL Server > Consider the following table structure of students: rollno int name varchar(20) course varchar(20) What will be the query to display the courses in which the number of students enrolled is more than 5?

ASP.NET With SQL Server MCQs

Consider the following table structure of students:

rollno        int

name          varchar(20)

course        varchar(20)

What will be the query to display the courses in which the number of students enrolled is more than 5?

Answer

Correct Answer: Select course from students group by course having count(*) > 5;

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it