Write a SQL statement to display course name, course number, and the average capacity of all sectionsof each course, rounded to four decimal places, where students are enrolled, and the average capacityis less than twenty five (use a correlated sub-query and use a column alias of AVERAGECAPACITY torepresent the number.