Computer Science, asked by manishjhurani11, 11 months ago

Write a query to display the name of the department that has the maximum student count.

Answers

Answered by Anonymous
8

\tt\it\bf\it\bm{\mathcal{\fcolorbox{blue}{yellow}{\red{Answer:-}}}}

________________________

Select name from Department

where MAX(Student count)

________________________

Answered by deepakpradhan614
20

Explanation: Use join and sub-query

Attachments:
Similar questions