write down following SQL queries consider the following two tables Employee and department to answer the queries department number , department name and department location and employee No , employee name, dep No, salary code example
Example: Write a query to print every Department Name and the count of employees in that department.
Write a query to print every Department Name and the count of employees in that department.