Problem #1475 DATABASE MANAGEMENT SYSTEM USING ORACLE

<p>Create a complex view to display department name and highest salary in each department.</p><p>(VIEW – AGGREGATE + JOIN)</p>

Your Solution